This commit is contained in:
Thomas Blazek
2013-07-30 14:42:37 +02:00
parent 9d1b915cd4
commit bbaa9b89dd
3 changed files with 11 additions and 34 deletions

View File

@@ -5,7 +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.link') ,:path=>modulgruppen_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