mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 00:34:19 +01:00
typo
This commit is contained in:
parent
5718eac5c3
commit
e1ab067dbb
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