Sha256: 028f8225fe9b774823b78b6a390919fa0821f3fbdabdde82cf3fbc038533c262
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
#se-reputation-actions-list %h1 Reputation Actions #se-new-reputation-action-link =link_to "Add New Reputation Action", new_reputation_action_url %table{:id=>"businesses-table"} %thead %tr %th Name %th Value %th %th %tbody - @reputation_actions.each do |rep_action| %tr %td= rep_action.name %td= rep_action.value %td= link_to "Edit", edit_reputation_action_url(rep_action) %td= link_to "Edit", edit_reputation_action_url(rep_action), :method=>"destroy", :confirm=>"Are you sure you want to delete"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_engine-0.0.1 | app/views/reputation_actions/index.haml |