Sha256: c755b4dd872194d1f80286ca8e6a6f144f47afa45bd557b68395135d0ca8612d
Contents?: true
Size: 238 Bytes
Versions: 15
Compression:
Stored size: 238 Bytes
Contents
<%= content_tag :span, class: "author__avatar-container" do %> <% if profile_path? %> <%= link_to profile_path do %> <%= render :avatar_image %> <% end %> <% else %> <%= render :avatar_image %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems