Wall redesign
This commit is contained in:
parent
59704f481e
commit
48924dfeea
12 changed files with 89 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
- if @note.valid?
|
||||
:plain
|
||||
$("#new_note .errors").remove();
|
||||
$("#notes-list").append("#{escape_javascript(render(:partial => 'show', :locals => {:note => @note} ))}");
|
||||
updatePage();
|
||||
$('#note_note').val("");
|
||||
- else
|
||||
:plain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue