Sha256: 09d555512a4b5f47747c4dc76ff1335d3752926d3374f76a8df0d9de0c460f3c

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 Bytes

Contents

<%%= render 'form', <%= singular_table_name %>: @<%= singular_table_name %> %>

<%%= link_to <%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'btn btn-link' do %><i class='fa fa-file fa-lg'></i> <%%= t 'scaffold.action.show' %><%% end %> |
<%%= link_to <%= index_helper %>_path, class: 'btn btn-link' do %><i class='fa fa-list fa-lg'></i> <%%= t 'scaffold.action.back' %><%% end %>

<%% content_for :title do %>
  <%%= t 'scaffold.action.edit' %><%%= <%= class_name %>.model_name.human %>_<%%= t 'scaffold.app.title' %>
<%% end %>

<%% content_for :meta do %>
<%% end %>

<%% content_for :style do %>
  <%%= stylesheet_link_tag '<%= plural_table_name %>/edit' %>
  <style type="text/css">
  </style>
<%% end %>

<%% content_for :script do %>
  <%%= javascript_include_tag '<%= plural_table_name %>/edit' %>
  <script type="text/javascript">
  </script>
<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
repres-bootstrap-2.0 lib/generators/repres/bootstrap/scaffold/templates/edit.html.erb
repres-bootstrap-1.11 lib/generators/repres/bootstrap/scaffold/templates/edit.html.erb