forked from bofh/fetsite
Modulgruppenkosmetik
This commit is contained in:
@@ -5,6 +5,7 @@ class StudienController < ApplicationController
|
|||||||
def index
|
def index
|
||||||
@studien = Studium.all
|
@studien = Studium.all
|
||||||
@toolbar_elements<<{:icon =>:plus, :text=> I18n.t('studien.new') ,:path=>new_studium_path }
|
@toolbar_elements<<{:icon =>:plus, :text=> I18n.t('studien.new') ,:path=>new_studium_path }
|
||||||
|
@toolbar_elements<<{:text=> I18n.t('modulgruppe.show') ,:path=>modulgruppen_path }
|
||||||
end
|
end
|
||||||
|
|
||||||
def show
|
def show
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h1>Listing modulgruppen</h1>
|
<h1><%= I18n.t("modulgruppe.show")%></h1>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<% link_to I18n.t("studien.new"), new_studium_path %>
|
<% link_to I18n.t("studien.new"), new_studium_path %>
|
||||||
|
<% link_to I18n.t("modulgruppe.show"), modulgruppen_path %>
|
||||||
<%= toolbar_html(@toolbar_elements) %>
|
<%= toolbar_html(@toolbar_elements) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user