Sha256: 6995c57df667bd78b9dd7bc409077f3df3ff5699261c30ccae8d5779e7b86105
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
<%= content_for :title, "Edit Category" %> <div class="px-4 py-10 mb-6 text-white bg-gray-100 text-4xl text-4xl md:px-20 lg:px-40 xl:px-56 font-bold"> <h1 class="text-gray-900"><%= t('edit_category') %></h1> </div> <div class="px-4 pt-4 md:px-20 lg:px-40 xl:px-56"> <div class="max-w-5xl text-gray-700"> <%= render 'form', posts: false %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
help_center-0.1.0 | app/views/help_center/support_categories/edit.html.erb |
help_center-0.0.9 | app/views/help_center/support_categories/edit.html.erb |