fix: remove extra href from admin/articles/index.html.erb (#12373) [deploy]
This commit is contained in:
parent
7c47d351f0
commit
63a1484a56
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
href="href="<%= admin_articles_path(state: "satellite-not-buffered") %>""
|
||||
href="<%= admin_articles_path(state: "satellite-not-buffered") %>"
|
||||
class="nav-link <%= "active" if params[:state] == "satellite-not-buffered" %>">Satellite</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue