Translations for Rubriken

This commit is contained in:
Thomas Blazek
2013-07-22 16:17:30 +02:00
parent 870964bf4b
commit d8dab1d51a
6 changed files with 8 additions and 7 deletions

View File

@@ -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) %>

View File

@@ -1,4 +1,4 @@
<h1>New studium</h1>
<h1><%= I18n.t("studien.new") %></h1>
<%= render 'form' %>