Method: Agilibox::ButtonHelper#read_button

Defined in:
app/helpers/agilibox/button_helper.rb

#read_button(url, options = {}) ⇒ Object



49
50
51
52
53
54
55
56
# File 'app/helpers/agilibox/button_helper.rb', line 49

def read_button(url, options = {})
  options = {
    :icon   => :info_circle,
    :action => :read,
  }.merge(options)

  bs_button(url, options)
end