mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-17 03:25:19 +00:00
Sync main and fix user page
This commit is contained in:
parent
5d61003ce7
commit
88ddee74ae
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
<h2 class="title column">{% trans "User Activity" %}</h2>
|
<h2 class="title column">{% trans "User Activity" %}</h2>
|
||||||
{% if user.local %}
|
{% if user.local %}
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
<details class="dropdown" id="navbar-dropdown">
|
<details class="dropdown">
|
||||||
<summary
|
<summary
|
||||||
class="is-relative pulldown-menu dropdown-trigger"
|
class="is-relative pulldown-menu dropdown-trigger"
|
||||||
aria-label="{% trans 'Show RSS Options' %}"
|
aria-label="{% trans 'Show RSS Options' %}"
|
||||||
|
|
Loading…
Reference in a new issue