Sha256: 58960013a5bceb86af2df382765becf59aeb14cf958756e8dfb78afb033d140b
Contents?: true
Size: 638 Bytes
Versions: 1
Compression:
Stored size: 638 Bytes
Contents
<div class="Nxd-profile Vlt-col Vlt-col--M-1of3"> <%= image_tag(member.image_url, size: 140, class: 'Nxd-profile__avatar avatar') %> <h3><%= member.name %></h3> <p class="Vlt-grey-darker p-large"><%= member.title ? member.title : 'Developer Advocate' %> <% if blog_author_path(member.short_name) %> <small> <%= link_to blog_author_path(member.short_name), target: "_blank", id: "blog-profile-url" do %> <svg class="Vlt-icon Vlt-icon--smaller Vlt-purple-dark"> <use xlink:href="/symbol/volta-icons.svg#Vlt-icon-open-full"></use> </svg> <% end %> </small> <% end %> </p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
station-0.4.8 | lib/nexmo_developer/app/views/static/_profile.html.erb |