Sha256: ac3728b3a4574ec2cfdaa48412996edb72b0f5625cb790992513f148756436a9
Contents?: true
Size: 839 Bytes
Versions: 4
Compression:
Stored size: 839 Bytes
Contents
<div class="panel panel-inverse"> <div class="panel-heading"> <h4 class="panel-title text-center">Directory Category Options</h4> </div> <!-- -PHCDEV- Panel - Heading --> <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> <h4 class="text-center mb-3"><%= @directory_category.category_name %></h4> <div class="text-center"> <%= link_to edit_directory_category_path(@directory_category), class: "btn btn-sm btn-primary" do %> <i class="fa fa-pencil-square-o"></i> Update <% end %> <%= link_to @directory_category, method: :delete, data: { confirm: "Are you sure? You will also remove all listing connections to that category. The category will also be removed from your online web directory." }, class: "btn btn-sm btn-danger" do %> <i class="fa fa-trash-o"></i> Delete <% end %> </div> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems