diff --git a/app/controllers/gremien_controller.rb b/app/controllers/gremien_controller.rb index 966cc4c..497163f 100644 --- a/app/controllers/gremien_controller.rb +++ b/app/controllers/gremien_controller.rb @@ -6,7 +6,7 @@ class GremienController < ApplicationController def verwalten @gremien = Gremium.all @gremientabs=Gremium.tabs - @toolbar_elements << {:text=>I18n.t('common.new'),:path=>new_gremium_path() ,:icon=>:plus} if can? :new, Gremium + @toolbar_elements << {:text=>I18n.t('gremium.new'),:path=>new_gremium_path() ,:icon=>:plus} if can? :new, Gremium respond_to do |format| format.html # index.html.erb format.json { render json: @gremien } diff --git a/app/views/fetprofiles/index.html.erb b/app/views/fetprofiles/index.html.erb index a36b5b2..d80a255 100644 --- a/app/views/fetprofiles/index.html.erb +++ b/app/views/fetprofiles/index.html.erb @@ -41,7 +41,7 @@