i18n fetprofile

This commit is contained in:
Andreas Stephanides
2013-11-12 20:22:56 +01:00
parent 6509a51eb3
commit cbdc437c6c
6 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<h1>New fetprofile</h1>
<h1><%= I18n.t('profile.new_profile')%></h1>
<%= render 'form' %>
<%= link_to 'Back', fetprofiles_path %>
<%= link_to I18n.t('common.back'), fetprofiles_path %>