Sha256: 2cf682802ff5a271fb5c088400c4c4f1aec6feae8778b1f5b9a0457f781fbf82

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

%div{class: 'md:mx-auto w-full lg:w-1/2 overflow-hidden mx-0'}
  .shadow-md.rounded.px-8.pt-6.pb-8.mb-4.flex.flex-col.justify-center.bg-gray-50
    %h2.text-center.text-xl.text-black.mb-3
<%- if options[:metatags] %>
      = title('Editing <%%= singular_table_name.titleize %>')
<%- else -%>
      Editing <%%= plural_table_name.titleize %>
<%- end -%>
    = render 'form', <%%= singular_table_name %>: @<%%= singular_table_name %>

= link_to 'Show', @<%%= singular_table_name %>
|
= link_to 'Back', <%%= index_helper %>_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tailwind_views_generator-0.0.3 lib/templates/scaffolds/haml/edit.html.haml.tt
tailwind_views_generator-0.0.2 lib/templates/scaffolds/haml/edit.html.haml.tt
tailwind_views_generator-0.0.1 lib/templates/scaffolds/haml/edit.html.haml.tt