mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
typo
This commit is contained in:
parent
12ee2ed5e3
commit
eb1012f1f2
5 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<%- object_name = unique_object_name_for("update_todo_#{@todo.id}") -%>
|
||||
var <%=object_name%> = {
|
||||
<%= render :partial => (@saved ? "update_succesfull" : "update_has_errors"), locals: {object_name: object_name} %>
|
||||
<%= render :partial => (@saved ? "update_successful" : "update_has_errors"), locals: {object_name: object_name} %>
|
||||
}
|
||||
<%=object_name%>.animate();
|
||||
Loading…
Add table
Add a link
Reference in a new issue