sudara/alonetone

View on GitHub
app/views/shared/_back_to_artist.html.erb

Summary

Maintainability
Test Coverage
<%= link_to user_home_path(@user), class: 'back_to_artist_link' do %>
  <div class="caret">
    <i class="icon_caret">
      <%== render file: svg_path('svg/icon_caret.svg') %>
    </i>
  </div>
  <div class="text">
    Back to <span><%= @user.name %></span>'s profile
  </div>
<% end %>