Sha256: 3199d9e6ff6dfccbd38135b7ce1f38ef53aa5a4c3b0fd385d71a7e0c46542a82
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
<!-- Title System --> <% phc_title "Directory Category Manager" %> <% phc_title_tagline "Create a New Directory Category" %> <% 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 Content --> <div class="panel panel-inverse"> <div class="panel-heading"> <div class="panel-heading-btn"> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a> <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-danger" data-click="panel-remove"><i class="fa fa-times"></i></a> </div> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <div class="panel-body"> <%= render 'form', directory_category: @directory_category %> </div> </div> <!-- Page Content -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-59.0.0 | app/views/phcmemberspro/directory/categories/new.html.erb |
phcmemberspro-58.0.0 | app/views/phcmemberspro/directory/categories/new.html.erb |