Sha256: 00bafd739f1daf9bfcb35b938289d16b53a74766033a874a01fed7bdc0bc29c0
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
<ul class="form"> <% (action == 'new' ? create_fields : update_fields).each do |field| -%> <li><%= f.puffer_field field %></li> <% end -%> </ul> <div class="buttons"> <%= f.submit 'Save' %> <%= f.submit 'Save and exit' %> <%= link_to 'cancel', (request.referer || resource.collectin_path) %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
puffer-0.0.19 | app/views/puffer/_form.html.erb |
puffer-0.0.18 | app/views/puffer/_form.html.erb |
puffer-0.0.17 | app/views/puffer/_form.html.erb |
puffer-0.0.16 | app/views/puffer/_form.html.erb |