Sha256: eb849bee8fdd14db1c354aba6f72a0ea065dd693ed879e6647f312c18f5629cd
Contents?: true
Size: 771 Bytes
Versions: 11
Compression:
Stored size: 771 Bytes
Contents
<div class="profile__details"> <h1 class="h3"> <%= presented_profile.name %> <span class="sr-only"><%= tab_items.find { |tab_item| is_active_link?(tab_item[:path]) }&.dig(:text) %> (<%= presented_profile.name %>)</span> </h1> <div class="profile__details-data"> <% details_items.each do |detail| %> <div class="profile__details-item"> <%= icon detail[:icon] %> <span> <% if detail[:url].present? %> <%= link_to(detail[:url], detail[:text], rel: "nofollow noopener noreferrer") %> <% else %> <%= detail[:text] %> <% end %> </span> </div> <% end %> </div> </div> <p class="profile__description"><%= description %></p> <%= render_hook(:user_profile_bottom) %>
Version data entries
11 entries across 11 versions & 1 rubygems