Sponsorship level dashboard

removed donation amount
removed explicit rendering of sponsor levels
This commit is contained in:
Gopesh Tulsyan 2014-06-05 14:52:44 +05:30
parent 8bce579283
commit f68ac7e032
11 changed files with 93 additions and 4 deletions

View file

@ -0,0 +1,6 @@
<div class="nested-fields">
<%= f.inputs do %>
<%= f.input :title %>
<%= remove_association_link :sponsorship_level, f %>
<% end %>
</div>

View file

@ -0,0 +1,4 @@
.col-md-9
= semantic_form_for(@conference, :url => admin_conference_sponsorship_level_path(@conference.short_title, @conference.sponsorship_levels)) do |f|
= dynamic_association :sponsorship_levels, "Sponsorship Levels", f
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}