Sha256: 19c897f2fcf18a05da954273ffa8609a8d19a0e0c658a4620fb3dba5bc14daac
Contents?: true
Size: 578 Bytes
Versions: 5
Compression:
Stored size: 578 Bytes
Contents
<%# locals => f %> <%= f.hidden_field(:convert_id) %> <% if f.object.new_record? %> <div class="item metric-type"> <%= f.label :metric_type %> <%= f.text_field :metric_type %> </div> <% else %> <span class="metric-type"><%= f.object.metric_type %></span> <% end %> <div class="item title"> <%= f.label :title %> <%= f.text_field :title %> </div> <div class="item tally-each-serve"> <%= f.check_box :tally_each_serve %> <%= f.label :tally_each_serve, "Tally every hit (or just once per user)" %> </div> <div class="item submit"> <%= f.submit 'Submit' %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems