Sha256: 0108c729eb4e7fd9f2c7435e9fd5390ffa96e5e373fc8846c3651774f6676adc

Contents?: true

Size: 788 Bytes

Versions: 24

Compression:

Stored size: 788 Bytes

Contents

<div class="edit-<%= name.downcase %>">
  <form data-id="{{id}}" data-bind="<%= name.downcase.pluralize %>#update">
    <%- attributes.each do |attribute| %>
      <label for="<%= name.downcase %>-<%= attribute.name %>"><%= attribute.name.titlecase %></label><br />
      <%- if attribute.type == 'text' %>
        <textarea name="<%= attribute.name %>" data-attribute="<%= attribute.name %>">{{<%= attribute.name%> }}</textarea><br />
      <%- else %>
        <input type="text" name="<%= attribute.name %>" value="{{<%= attribute.name %>}}" data-attribute="<%= attribute.name %>"><br />
      <%- end -%>
    <%- end -%>
    <input type="submit" name="commit" value="Save">
    or
    <a href="#" data-controller="<%= name.downcase.pluralize %>#cancel_edit">Cancel</a>
  </form>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
eyeballs-0.5.17 templates/scaffold_edit.html.mustache
eyeballs-0.5.16 templates/scaffold_edit.html.mustache
eyeballs-0.5.15 templates/scaffold_edit.html.mustache
eyeballs-0.5.14 templates/scaffold_edit.html.mustache
eyeballs-0.5.13.2 templates/scaffold_edit.html.mustache
eyeballs-0.5.13.1 templates/scaffold_edit.html.mustache
eyeballs-0.5.13 templates/scaffold_edit.html.mustache
eyeballs-0.5.12.1 templates/scaffold_edit.html.mustache
eyeballs-0.5.12 templates/scaffold_edit.html.mustache
eyeballs-0.5.11 templates/scaffold_edit.html.mustache
eyeballs-0.5.10.1 templates/scaffold_edit.html.mustache
eyeballs-0.5.10 templates/scaffold_edit.html.mustache
eyeballs-0.5.9 templates/scaffold_edit.html.mustache
eyeballs-0.5.8.2 templates/scaffold_edit.html.mustache
eyeballs-0.5.8.1 templates/scaffold_edit.html.mustache
eyeballs-0.5.8 templates/scaffold_edit.html.mustache
eyeballs-0.5.7.2 templates/scaffold_edit.html.mustache
eyeballs-0.5.7.1 templates/scaffold_edit.html.mustache
eyeballs-0.5.7 templates/scaffold_edit.html.mustache
eyeballs-0.5.6.1 templates/scaffold_edit.html.mustache