Sha256: 7700454bf9d1816936311ca1f760315313b808e456220cbe674e4a97cf396679

Contents?: true

Size: 609 Bytes

Versions: 4

Compression:

Stored size: 609 Bytes

Contents

.container-fluid.hidden#rewards_dashboard
  .row
    .text-center
      %h1 Create and edit your rewards here
      %h4 This is your show of gratitude to the supporters.
  .row
    %hr
    .col-md-12.col-md-offset-3
      = form_for @project, html:{id:"rewards_form",class: "form-horizontal"} do |f|
        = f.fields_for :rewards do |r|
          = render 'reward_fields', f: r
        = link_to_add_fields "+ Add Reward", f, :rewards
        .form-group
          .col-sm-offset-2.col-sm-10
            = hidden_field_tag 'anchor', 'rewards'
            = f.submit "Save Project" , class: 'btn btn-success'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/views/hatchy/projects/edit/_rewards.html.haml
hatchy-0.0.7.pre app/views/hatchy/projects/edit/_rewards.html.haml
hatchy-0.0.6.pre app/views/hatchy/projects/edit/_rewards.html.haml
hatchy-0.0.5.pre app/views/hatchy/projects/edit/_rewards.html.haml