Sha256: 330d3db6ad7341e8f03f0fe73f11da84462276c17cfe6552342eefc605aadb1f
Contents?: true
Size: 781 Bytes
Versions: 5
Compression:
Stored size: 781 Bytes
Contents
<!-- Title System --> <% phc_title "Members Manager" %> <% phc_title_tagline "Create a New Member" %> <!-- Page Header --> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-4"> <h2><%= yield(:phc_title) %></h2> <!-- Bread Crumb --> <ol class="breadcrumb"> <li><%= link_to "Home", modules_dashboards_index_path %></li> <li><%= link_to "Members List", member_profiles_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> </div> <div class="col-sm-8"> <div class="title-action"> </div> </div> </div> <div class="wrapper wrapper-content"> <div class="row animated fadeInRight"> <div class="col-md-4"> <%= render 'phcmemberspro/member/profiles/components/profile_sidebar' %> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems