Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jul 10, 2012
2 parents 501750e + 25e9f43 commit 2abd9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/admin/users/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
<%= f.input :password %>
<%= f.input :password_confirmation %>
<% end %>
<%= f.inputs :posting do %>
<%= f.input :posting_type, :collection => [[t("activerecord.models.freight"), "Freight"], [t("activerecord.models.loading_space"), "LoadingSpace"]], :include_blank => false %>
<% end %>
<%= f.inputs :posting do %>
<%= f.input :company %>
<% end %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ de:
password_confirmation: "Passwort wiederholen"
posting_type: "Art der Inserate"
user_roles: Berechtigungen
company: Unternehmen
notify_by_email: "Ich möchte per E-Mail über neue Inserate benachrichtigt werden."
station:
name: Name
Expand Down

0 comments on commit 2abd9a3

Please sign in to comment.