Sha256: d4b705fe41d4a5d9d88eb7dc67b53ebaeac4770b471b3a430dd1f49ea284d012
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
<% content_for :meta_title, @member.name %> <% content_for :meta_description, "Public profile for #{@member.name}" %> <div id="profile-title"> <% if student.other_name.present? %> <h1> <%= student.other_name %><br /> <span class="secondary-name"><%= student.name %></span> </h1> <% else %> <h1><%= student.name %></h1> <% end %> </div> <table id="profile-attributes"> <tbody> <%= render 'profiles/custom_public_profile_attributes' %> </tbody> </table> <%= render 'admin_context_menu', member: @member %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_mailing_list-0.10 | app/views/members/show.html.erb |