feature/share-libs
erb 4 lines 278 Bytes
Raw
1 <ul class="nav flex-column">
2 <%= render("partial_menu", href_text: t("followers"), href_link: followers_path, active: active_menu == 'followers') %>
3 <%= render("partial_menu", href_text: t("following"), href_link: following_path, active: active_menu == 'following') %>
4 </ul>