forked from bofh/fetsite
Translations for Rubriken
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h1>Editing rubrik</h1>
|
||||
<h1><%= I18n.t("rubrik.edit")%></h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1><%= I18n.t("rubriken.title")%></h1>
|
||||
<h1><%= I18n.t("rubrik.title")%></h1>
|
||||
|
||||
|
||||
<% @rubriken.each do |rubrik| %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1>New rubrik</h1>
|
||||
<h1><%= I18n.t("rubrik.new")%></h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
|
||||
<br />
|
||||
|
||||
<%= link_to I18n.t("studien.new"), new_studium_path %>
|
||||
<% link_to I18n.t("studien.new"), new_studium_path %>
|
||||
<%= toolbar_html(@toolbar_elements) %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1>New studium</h1>
|
||||
<h1><%= I18n.t("studien.new") %></h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user