Sha256: 1aa6bdc658f5e0af4099062bc4659ef3e181c9770c64ab174249851308c97ef6

Contents?: true

Size: 634 Bytes

Versions: 10

Compression:

Stored size: 634 Bytes

Contents

<div class="ibox">
	<div class="ibox-content text-center">

		<h1><%= @directory_category.catname %></h1>

		<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

10 entries across 10 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb