Sha256: f132c1782cd74343a8662de2c95ac5a1c8cf077dcee418660087de8b734f1e50
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
<div class="card"> <div class="title"> <span> <%= decorate.try(:edit_page_title) || "编辑" %> </span> <div class="btn-groups" style="margin-left: auto;"> <%= yield(:permitted_methods).presence || render_class_actions(decorator) %> </div> </div> <div class="body"> <%= yield(:breadcrumb_nav).presence || render('breadcrumb_nav') %> <div class="show-box"> <%= form_for [:admin, record], builder: Admin::FormBuilder, enforce_utf8: false, html: {class: 'panel-form', novalidate: true, data: {remote: true}} do |f| %> <%= f.build_form_for(decorator, :edit_form_attributes, :form_attributes) %> <% end %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sofav-0.2.0 | app/views/admin/application/edit.html.erb |