Sha256: 19b14b8bcb4eeef70b0bbc19812ed8b09489ecd48fca8fc188c40a3e65d7875b
Contents?: true
Size: 523 Bytes
Versions: 16
Compression:
Stored size: 523 Bytes
Contents
<%= content_for :mobile_nav_items do %> <li><%= link_to "My Profile", social_networking.social_networking_profile_path, data: { no_turbolink: true } %></li> <% end %> <%= content_for :mobile_nav_right_item do %> <li><%= link_to "Profiles", social_networking.social_networking_profiles_path, data: { no_turbolink: true } %></li> <% end %> <%= content_for :desktop_personal_nav_items do %> <li><%= link_to "My Profile", social_networking.social_networking_profile_path, data: { no_turbolink: true } %></li> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems