Sha256: 9bca8e5fbbf0bd72924025096cfa95bcb36202f5f78c4dc1ad9adee26dbeb4e4
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
Contents
<!-- Title System --> <% phc_title "Directory Category Manager" %> <% phc_title_tagline "Edit " + @directory_category.catname + " Category Name" %> <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %> <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> <!-- Title System --> <!-- Page Header --> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-8"> <h2><%= yield(:phc_title) %></h2> <!-- Bread Crumb --> <ol class="breadcrumb"> <li><%= yield(:phc_breadcrumb_one) %></li> <li><%= yield(:phc_breadcrumb_two) %></li> <li class="active"><%= yield(:phc_breadcrumb_three) %></li> </ol> <!-- Bread Crumb --> </div> <div class="col-sm-4"> <div class="title-action"> <%= link_to phcmemberspro.directory_categories_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> Back to Category Index <% end %> </div> </div> </div> <!-- Page Header --> <!-- Page Content --> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5><%= yield(:phc_title_tagline) %></h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <%= render 'form', directory_category: @directory_category %> </div> </div> </div> </div> </div> <!-- Page Content -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-14.7.5 | app/views/phcmemberspro/directory/categories/edit.html.erb |
phcmemberspro-14.7.4 | app/views/phcmemberspro/directory/categories/edit.html.erb |