Skip to content

Commit

Permalink
replaced form with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulze committed May 15, 2010
1 parent bb879dc commit 24a5fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/translations/translations.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<% for translation in @translations %>
<div id="<%= "translation_#{translation.class}_#{translation.id}" %>">
<% form_for([@locale, translation]) do |f| %>
<% form_for(locale_translation_path(@locale, translation)) do |f| %>
<p><%= translation.raw_key %></p>
<p>
<%= f.text_field :value, :size => 128 %>
Expand Down

0 comments on commit 24a5fde

Please sign in to comment.