Sha256: 206c8d944e3b9da127e5685282eeefe151071dd39ff7d2ed30ff600de27367ae
Contents?: true
Size: 999 Bytes
Versions: 4
Compression:
Stored size: 999 Bytes
Contents
<!-- Title Variables --> <% phc_title "PHCMembers - Member Profile Manager" %> <% phc_title_tagline "Update Member Profile" %> <!-- Title System --> <!-- Page Title Bar --> <section class="content-header"> <!-- Page Title and BreadCrumb --> <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1> <ol class="breadcrumb"> <li><%= link_to "Dashboard", member_root_path %></li> <li><%= link_to "Member Profile List", member_profiles_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> <!-- Page Title and BreadCrumb --> </section> <!-- Page Title Bar --> <!-- Main Content --> <section class="content"> <div class="row"> <div class="col-lg-12"> <div class="box"> <div class="box-header with-border"> <h3 class="box-title"><%= yield(:phc_title) %></h3> </div> <div class="box-body"> <%= render 'form', member_profile: @member_profile %> </div> </div> </div> </div> </section> <!-- Main Content -->
Version data entries
4 entries across 4 versions & 1 rubygems