Kleine Korrekturen

This commit is contained in:
Thomas Blazek
2013-07-30 09:42:13 +02:00
parent 3cc2899b26
commit e686a21c9f
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ class StudienController < ApplicationController
@toolbar_elements<<{:icon =>:plus, :text=> I18n.t('studien.new') ,:path=>new_studium_path }
@toolbar_elements<<{:text=> I18n.t('modulgruppe.show.link') ,:path=>modulgruppen_path }
@toolbar_elements<<{:text=> I18n.t('modul.show.link') ,:path=>moduls_path }
@toolbar_elements<<{:text=> 'Alle LVas auflisten', :path=>lvas_path}
end
def show