Commit c26d506ce1256dbbb5f1896ced72985a1e0d8790
1 parent
4e7709e7
Exists in
master
fix identation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/comment_paragraph_plugin.rb
@@ -44,7 +44,7 @@ class CommentParagraphPlugin < Noosfero::Plugin | @@ -44,7 +44,7 @@ class CommentParagraphPlugin < Noosfero::Plugin | ||
44 | 'manual' | 44 | 'manual' |
45 | end | 45 | end |
46 | 46 | ||
47 | - def article_extra_toolbar_buttons(article) | 47 | + def article_extra_toolbar_buttons(article) |
48 | return [] if !article.comment_paragraph_plugin_enabled? || !article.allow_edit?(current_person) | 48 | return [] if !article.comment_paragraph_plugin_enabled? || !article.allow_edit?(current_person) |
49 | { | 49 | { |
50 | :title => article.comment_paragraph_plugin_activated? ? _('Deactivate Comments') : _('Activate Comments'), | 50 | :title => article.comment_paragraph_plugin_activated? ? _('Deactivate Comments') : _('Activate Comments'), |