Sha256: 7b98e333772fc8de631fa17394010f64fa055306d4129caf78e32f31a60244c8
Contents?: true
Size: 694 Bytes
Versions: 3
Compression:
Stored size: 694 Bytes
Contents
<li><%= link_to t(".profile"), decidim.account_path %></li> <% unless current_user.managed? %> <li><%= link_to t(".public_profile"), decidim.profile_path(current_user.nickname) %></li> <% end %> <li><%= link_to t(".notifications"), decidim.profile_notifications_path(current_user.nickname) %></li> <li><%= link_to t(".conversations"), decidim.conversations_path %></li> <li><%= link_to t(".invite_friends"), decidim.account_invitations_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