Sha256: bc13774e3fdd8dd42605248e584066baf5246eb3cbf7b0bbd020079663ee8574
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
<div class="ibox-content no-padding border-left-right"> <%= image_tag @member_profile.gravatar_url, :class => 'img-responsive' %> </div> <div class="ibox-content profile-content"> <h4><strong><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname + ' ' + @member_profile.mtitle %></strong></h4> <h5>Member Notes</h5> <p></p> <div class="row m-t-lg"> <div class="col-md-4"> <h5><strong><%= @member_profile.addresses.count(:all) %></strong> Addresses</h5> </div> <div class="col-md-4"> <h5><strong><%= @member_profile.listings.count(:all) %></strong> Listings</h5> </div> <div class="col-md-4"> <h5><strong></strong> Active Listings</h5> </div> </div> <div class="user-button"> <div class="row"> <div class="col-md-6"> <%= button_to member_profile_listings_path(@member_profile), class: "btn btn-primary btn-sm btn-block" do %> <i class="fa fa-envelope"></i> Member Addresses <% end %> </div> <div class="col-md-6"> <%= button_to member_profile_addresses_path(@member_profile), class: "btn btn-primary btn-sm btn-block" do %> <i class="fa fa-list-alt"></i> Member Listings <% end %> </div> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems