Displaying 1 result from an estimated 1 matches for "edit_candidate_path".
2010 Jul 22
0
TemplateError while rendering german special characters
...er encodings: UTF-8 and
ASCII-8BIT) on line #28 of app/views/candidates/index.html.erb:
25: <td><%=h candidate.notes %></td>
26: <td><%= link_to ''Ansehen'', candidate %></td>
27: <td><%= link_to ''Editieren'', edit_candidate_path(candidate)
%></td>
28: <td><%= link_to ''Löchen'', candidate, :confirm => ''Are you
sure?'', :method => :delete %></td>
29: </tr>
30: <% end %>
31: </table>
app/views/candidates/index.html.erb:28:in `block...