diff options
Diffstat (limited to 'app/views/glsa/_comments.html.erb')
-rw-r--r-- | app/views/glsa/_comments.html.erb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/glsa/_comments.html.erb b/app/views/glsa/_comments.html.erb deleted file mode 100644 index 65cac94..0000000 --- a/app/views/glsa/_comments.html.erb +++ /dev/null @@ -1,11 +0,0 @@ - <div class="box" id="comments" style="margin-bottom: 4em;"> - <%= box_title('Comments', :icon => 'icons/comment.png', - :toolbar => [ - {:title => 'Add comment', :uri => "javascript:addCommentDialog(#{@glsa.id})", :icon => 'icons/plus.png'}, - {:title => 'Dock right', :uri => "javascript:GLSAMaker.misc.ui.dock($('comments'))", :icon => 'icons/dock-right.png'} - ] - ) %> - <ul id="commentslist"> - <%= render :partial => "comment", :collection => @glsa.comments.order("created_at ASC") %> - </ul> - </div> |