lecturer load lva load first steps
This commit is contained in:
@@ -36,6 +36,17 @@ class LvasController < ApplicationController
|
||||
|
||||
|
||||
end
|
||||
|
||||
def compare_tiss
|
||||
|
||||
end
|
||||
|
||||
def load_tiss
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
# POST /lvas
|
||||
# POST /lvas.json
|
||||
def create
|
||||
|
||||
@@ -8,6 +8,7 @@ class ModulsController < ApplicationController
|
||||
if !params[:studium_id].nil?
|
||||
@studium=Studium.find_by_id(params[:studium_id])
|
||||
end
|
||||
|
||||
@toolbar_elements = [{:hicon=>'icon-plus-sign', :text=>I18n.t("modul.add"), :path=>new_modul_path}]
|
||||
@topbar_elements =[{:hicon=>'icon-list', :text=>I18n.t("studien.allestudien"),:path=>studien_path}]
|
||||
@topbar_elements<<{:hicon=>'icon-list', :text=>I18n.t("modul.list"),:path=>moduls_path}
|
||||
|
||||
Reference in New Issue
Block a user