Sha256: ae019476226e718e6963db6bf77d005748f563fc8f2676de0755faf6d2dcf362

Contents?: true

Size: 1.54 KB

Versions: 9

Compression:

Stored size: 1.54 KB

Contents

<div class="row">

	<div class="col-md-6">
		<div class="portlet light ">
			<div class="portlet-title">
				<div class="caption caption-md">
					<i class="icon-globe theme-font hide"></i>
					<span class="caption-subject font-blue-madison bold uppercase">Recent Listings for <%= @directory_category.catname %></span>
				</div>
				<div class="actions">
					<%= link_to edit_directory_category_path, class: "btn blue-chambray" do %>
						<i class="fa fa-pencil-square-o"></i> Update Category
					<% end %>
					<%= link_to directory_category_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections will be removed.' } do %>
						<i class="fa fa-trash-o"></i> Delete Category
					<% end %>
				</div>
			</div>
			<div class="portlet-body">
				<%= render 'phcmemberspro/directory/categories/components/category_list' %>
				<%= link_to directory_categorylistings_path(@directory_category), class: "btn blue-chambray" do %>
					<i class="fa fa-list-alt"></i> All Listings for <%= @directory_category.catname %>
				<% end %>
			</div>
		</div>
	</div>

	<div class="col-md-6">
		<div class="portlet light ">
			<div class="portlet-title">
				<div class="caption caption-md">
					<i class="icon-globe theme-font hide"></i>
					<span class="caption-subject font-blue-madison bold uppercase">Category Change Log</span>
				</div>
				<div class="actions">
				</div>
			</div>
			<div class="portlet-body">
				<%= render 'phcmemberspro/directory/categories/components/category_audits' %>
			</div>
		</div>
	</div>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcmemberspro-9.5.4 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.5.3 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.5.2 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.5.1 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.5.0 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.0.3 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.0.2 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.0.1 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb
phcmemberspro-9.0.0 app/views/phcmemberspro/directory/categories/components/_category_main.html.erb