Sha256: e38abed5391996462f3a13532082a7dda3eef0236cfe649a1c8b864411dadca6
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
<div class="buttons"> <% if can?(:modify, main_controller_name) && f.object.editable? %> <%= f.button :submit %> <% end %> <%= f.button :back %> <% if f.object.persisted? && can?(:destroy, main_controller_name) && f.object.editable? %> <%= f.button :destroy %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | app/views/material_classes/_form_buttons.html.erb |