Shortcut for "Following tags" (#14708)
* following tags shortcut * rails helper
This commit is contained in:
parent
a024efcc45
commit
f1c8de4024
1 changed files with 2 additions and 1 deletions
|
|
@ -20,8 +20,9 @@
|
|||
<% end %>
|
||||
|
||||
<main id="main-content" class="crayons-layout crayons-layout--1-col">
|
||||
<header class="px-2 m:px-0">
|
||||
<header class="px-2 m:px-0 flex items-center justify-between">
|
||||
<h1>Top tags</h1>
|
||||
<%= link_to "Following tags", dashboard_following_tags_path, class: "crayons-btn crayons-btn--ghost" %>
|
||||
</header>
|
||||
|
||||
<div class="grid gap-2 m:gap-4 l:gap-6 m:grid-cols-2 l:grid-cols-3 px-2 m:px-0" data-follow-button-container="true">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue