Sha256: b344ba3d86347afab17f9a55405907c26aa9c6c3abfced14581e30c646082181
Contents?: true
Size: 608 Bytes
Versions: 46
Compression:
Stored size: 608 Bytes
Contents
<div class="responsive-tab-block"> <ul class="tabs" id="profile-tabs"> <%= user_profile_tab t("decidim.profiles.show.members"), profile_members_path(nickname: profile_holder.nickname) %> <% if manageable_group? %> <%= user_profile_tab label_conversations, profile_conversations_path(nickname: profile_holder.nickname) %> <% end %> <%= user_profile_tab t("decidim.profiles.show.followers"), profile_followers_path(nickname: profile_holder.nickname) %> <%= user_profile_tab t("decidim.profiles.show.badges"), profile_badges_path(nickname: profile_holder.nickname) %> </ul> </div>
Version data entries
46 entries across 46 versions & 1 rubygems