Class: Decidim::ReportUserButtonCell

Inherits:
ButtonCell
  • Object
show all
Includes:
ActionView::Helpers::FormOptionsHelper
Defined in:
app/cells/decidim/report_user_button_cell.rb

Constant Summary

Constants inherited from ButtonCell

ButtonCell::DEFAULT_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from ButtonCell

#button_attributes, #show

Methods included from ResourceHelper

#linked_classes_filter_values_for, #linked_classes_for, #resource_locator

Instance Method Details

#flag_modalObject



7
8
9
10
11
# File 'app/cells/decidim/report_user_button_cell.rb', line 7

def flag_modal
  return render :already_reported_modal if model.reported_by?(current_user)

  render
end