Sha256: 81854f977bd9e2bcd0050542b476d09818cb079c44d474efb06b90c88703397d
Contents?: true
Size: 556 Bytes
Versions: 5
Compression:
Stored size: 556 Bytes
Contents
<%# locals => f %> <div class="item test-type"> <% if f.object.new_record? %> <%= f.text_field :test_type %> <%= f.label :test_type, 'Test Type (Technical)' %> <% else %> <h2><%= f.object.test_type %></h2> <label>Test Type (Technical)</label> <% end %> </div> <div class="item title"> <%= f.text_field :title %> <%= f.label :title %> </div> <div class="item tally-each-serve"> <%= f.check_box :tally_each_serve %> <%= f.label :tally_each_serve, "Tally every hit?" %> </div> <div class="item submit"> <%= f.submit 'Submit' %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems