Skip to content

Commit

Permalink
Merge pull request #553 from leepeuker/fix-invalid-dashboard-links
Browse files Browse the repository at this point in the history
Remove invalid dashboard links for most watched genres and languages
  • Loading branch information
leepeuker authored Dec 7, 2023
2 parents ddeb6a8 + a3732f1 commit 834fce1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
{% endif %}
{% endfor %}
</div>
<a class="btn btn-outline-secondary btn-sm" href="/users/{{ routeUsername }}/directors"
style="margin-bottom: 1rem;width: 100%;border-color: lightgrey">more</a>
</li>
{% endmacro %}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
{% endif %}
{% endfor %}
</div>
<a class="btn btn-outline-secondary btn-sm" href="/users/{{ routeUsername }}/directors"
style="margin-bottom: 1rem;width: 100%;border-color: lightgrey">more</a>
</li>
{% endmacro %}

0 comments on commit 834fce1

Please sign in to comment.