Sha256: ca86281b12b6292f508cf3cc348dfd3e2fdc7c1fa6016231d80b523ecfd896d7
Contents?: true
Size: 594 Bytes
Versions: 3
Compression:
Stored size: 594 Bytes
Contents
<li><%= link_to t(".profile"), decidim.account_path %></li> <% unless current_user.managed? %> <li><%= link_to t(".public_profile"), decidim.profile_following_path(current_user.nickname) %></li> <% end %> <li><%= link_to t(".notifications"), decidim.notifications_path %></li> <li><%= link_to t(".conversations"), decidim.conversations_path %></li> <% if allowed_to? :read, :admin_dashboard %> <li><%= link_to t(".admin_dashboard"), decidim_admin.root_path %></li> <% end %> <li><%= link_to t(".sign_out"), decidim.destroy_user_session_path, method: :delete, class: "sign-out-link" %></li>
Version data entries
3 entries across 3 versions & 1 rubygems