Sha256: 155e73aad1925c89c1d09dad8f1185833346a4e2079b45ac7edafc1c6607785f
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
<div class="card card-default sticky-title rounded-0"> <div class="card-body"> <h2><%= Archangel.t(:edit_resource, resource: @widget.model_name.human.titleize) %></h2> </div> </div> <div class="card widgets-edit"> <div class="card-header"> <%= render "buttons" %> </div> <div class="card-body"> <%= render "form", widget: @widget %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.4.0 | app/views/archangel/backend/widgets/edit.html.erb |