diff --git a/app/controllers/studien_controller.rb b/app/controllers/studien_controller.rb index 761aa51..4f37041 100755 --- a/app/controllers/studien_controller.rb +++ b/app/controllers/studien_controller.rb @@ -5,6 +5,7 @@ class StudienController < ApplicationController def index @studien = Studium.all @toolbar_elements<<{:icon =>:plus, :text=> I18n.t('studien.new') ,:path=>new_studium_path } + @toolbar_elements<<{:text=> I18n.t('modulgruppe.show') ,:path=>modulgruppen_path } end def show diff --git a/app/views/modulgruppen/index.html.erb b/app/views/modulgruppen/index.html.erb index f304aaa..9e15581 100755 --- a/app/views/modulgruppen/index.html.erb +++ b/app/views/modulgruppen/index.html.erb @@ -1,4 +1,4 @@ -