Sha256: 4324524cd371a4b7b3aeeca81477a4bc5919f5da7f7058131cf9d70e45a99aa1
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
%table.table.table-condensed.table-striped.data-table %thead %tr %th Project %th User %th Reward %th Anonymous %th Document %th Ip Address %th Card Type %th Value %th Status %tbody - contributions.each do |contribution| %tr %td= link_to contribution.project.name, admin_projects_path %td= link_to contribution.user.full_name, admin_users_path %td= link_to contribution.reward.id, "#" %td= check_box "Anonymous", contribution.anonymous, checked: contribution.anonymous, disabled:true %td= contribution.document %td= contribution.ip_address %td= contribution.card_type %td= number_to_currency contribution.value %td= contribution.status
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hatchy-0.0.6.pre | app/views/hatchy/admin/users/_contributions.html.haml |