Skip to content

Commit

Permalink
ui: remove duplicate component settings menu item
Browse files Browse the repository at this point in the history
It was supposed to be moved in cc260c2, but it was copied.

See #11390
  • Loading branch information
mkarol-neurosys authored and nijel committed Apr 11, 2024
1 parent 0317fc4 commit 76379e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weblate/templates/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
{% if user_can_edit_component %}
<li><a href="{% url 'guide' path=object.get_url_path %}">{% trans "Community localization checklist" %}</a></li>
<li><a href="{% url 'addons' path=object.get_url_path %}">{% trans "Add-ons" %}</a></li>
<li><a href="{% url 'settings' path=object.get_url_path %}">{% trans "Settings" %}</a></li>
{% endif %}
{% if delete_form or rename_form or user_can_edit_component %}
<li role="separator" class="divider"></li>
Expand Down

0 comments on commit 76379e5

Please sign in to comment.