Sha256: 663a892f7b1768f4f043a6ec971595fabf04eca4ff9e3cc0b1b6884aa6b6f0c3
Contents?: true
Size: 794 Bytes
Versions: 3
Compression:
Stored size: 794 Bytes
Contents
<ul class="tabs" id="profile-tabs"> <% if own_profile? %> <%= user_profile_tab t("decidim.profiles.show.notifications"), notifications_path %> <%= user_profile_tab t("decidim.profiles.show.conversations"), conversations_path %> <% end %> <%= user_profile_tab t("decidim.profiles.show.following"), profile_following_path(nickname: profile_holder.nickname) %> <%= user_profile_tab t("decidim.profiles.show.followers"), profile_followers_path(nickname: profile_holder.nickname) %> <% if current_organization.badges_enabled? %> <%= user_profile_tab t("decidim.profiles.show.badges"), profile_badges_path(nickname: profile_holder.nickname) %> <% end %> <%= user_profile_tab t("decidim.profiles.show.groups"), profile_groups_path(nickname: profile_holder.nickname) %> </ul>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.15.2 | app/cells/decidim/profile/user_tabs.erb |
decidim-core-0.15.1 | app/cells/decidim/profile/user_tabs.erb |
decidim-core-0.15.0 | app/cells/decidim/profile/user_tabs.erb |