OSDN Git Service

Rename 'notes/form' partial to 'notes/common_form'
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>
Fri, 14 Sep 2012 03:08:40 +0000 (05:08 +0200)
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>
Fri, 14 Sep 2012 19:41:57 +0000 (21:41 +0200)
app/views/notes/_common_form.html.haml [moved from app/views/notes/_form.html.haml with 100% similarity]
app/views/notes/_notes_with_form.html.haml

index 14e1e84..53716c1 100644 (file)
@@ -3,7 +3,7 @@
 .notes-status
 
 - if can? current_user, :write_note, @project
-  = render "notes/form"
+  = render "notes/common_form"
 
 :javascript
   $(function(){