Sha256: bec306d0a3acb327c7096e19f7f3cd81e6268e63a753f21ec6f4486cfeb8cd8c

Contents?: true

Size: 771 Bytes

Versions: 7

Compression:

Stored size: 771 Bytes

Contents

<div class="panel panel-inverse">
	<div class="panel-heading">
		<h4 class="panel-title text-center">Directory Category Options</h4>
	</div>
	<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

7 entries across 7 versions & 1 rubygems

Version Path
phcmemberspro-91.4.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb