Sha256: ee2dc22592644d1bb93d5d362ffbdbe0345933c05edbb8612d089b14e9c9f61c
Contents?: true
Size: 582 Bytes
Versions: 23
Compression:
Stored size: 582 Bytes
Contents
<%# locals => f %> <%= f.hidden_field(:convert_id) %> <% if f.object.new_record? %> <div class="item metric-type"> <%= f.label :metric_type, 'Type (this is technical)' %> <%= f.text_field :metric_type %> </div> <% else %> <h2><%= f.object.metric_type %></h2> <% 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
23 entries across 23 versions & 1 rubygems