Sha256: 7da3f90f708f9de711a85b0688ea72793d42d5ad9477725c7951165fb2adca0d

Contents?: true

Size: 473 Bytes

Versions: 3

Compression:

Stored size: 473 Bytes

Contents

<div class="author">
  <% if author.profile_photo.exists? %>
    <div class="profile-photo">
      <%= image_tag author.profile_photo.url(:small) %>
    </div>
  <% end %>

  <div class="name">
    <%= author.name %>
  </div>

  <div class="bio">
    <%== author.bio_html %>
  </div>

  <div>
    <small class="location">
      <%= author.location %>
    </small>
    <small class="website">
      <%= link_to author.website, author.website %>
    </small>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogelator-1.0.6 app/views/blogelator/authors/_author.html.erb
blogelator-1.0.5 app/views/blogelator/authors/_author.html.erb
blogelator-1.0.4 app/views/blogelator/authors/_author.html.erb