mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-16 04:08:08 +01:00
get login, mobile and notes features passing
This commit is contained in:
parent
7c935652fb
commit
005723cb4f
52 changed files with 167 additions and 196 deletions
|
|
@ -17,7 +17,7 @@ function replace_note_form_with_updated_note() {
|
|||
}
|
||||
|
||||
function html_for_error_messages() {
|
||||
return "<%= escape_javascript(error_messages_for('note')) %>";
|
||||
return "<%= escape_javascript(get_list_of_error_messages_for(@note)) %>";
|
||||
}
|
||||
|
||||
function html_for_updated_note_form(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue