pages added

This commit is contained in:
Andreas Stephanides
2013-03-10 20:06:34 +01:00
parent 5bb60ec8d5
commit 24694612e8
17 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<% unless @page.errors.any? -%>
$("#flash_notice").html("<%= escape_javascript(flash[:notice])%>");
$("#flash_notice").show(300);
$("#<%= dom_id(@page)%>").fadeOut('fast');
<% end -%>