Skip to content

Commit 66e9017

Browse files
committed
small markup
1 parent f792c16 commit 66e9017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/comfy/admin/blog/comments/_comment.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
= comment.created_at.to_s(:db)
1212
%td
1313
- label, css_class = comment.is_published?? ['Unpublish', 'btn-danger'] : ['Publish', 'btn-info']
14-
= link_to label, toggle_publish_comfy_admin_blog_comment_path(@site, @blog, comment), :method => :patch, :remote => true, :class => "btn btn-small #{css_class}"
14+
= link_to label, toggle_publish_comfy_admin_blog_comment_path(@site, @blog, comment), :method => :patch, :remote => true, :class => "btn btn-sm #{css_class}"
1515
%td
1616
.btn-group.btn-group-sm
1717
= link_to 'Delete', comfy_admin_blog_comment_path(@site, @blog, comment), :method => :delete, :data => {:confirm => 'Are you sure?'}, :class => 'btn btn-danger'

0 commit comments

Comments
 (0)