design neue Farben & icons

This commit is contained in:
2014-07-05 19:20:47 +05:30
parent 527743c4c1
commit 9bd786d053
28 changed files with 1175 additions and 55 deletions

View File

@@ -57,6 +57,7 @@ class ThemenController < ApplicationController
# POST /themen.json
def create
@thema = Thema.new(params[:thema])
@themen = @thema.themengruppe.themen.order(:priority).reverse
respond_to do |format|
if @thema.save