Sha256: c7ca128d5de3925d5844ea3b0006b79dc428e4e21c06599d34310959683c5583
Contents?: true
Size: 1.09 KB
Versions: 26
Compression:
Stored size: 1.09 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> </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
26 entries across 26 versions & 1 rubygems