_profile_title.html.erb 212 Bytes
<div class="row">
  <div class="block-outer">
    <div id="profile-title" class=" block col-lg-12 col-md-12 col-sm-12">
      <h1 class="page-title"><%= profile.short_name %>
    </h1>
    </div>
  </div>
</div>