Skip to content

Commit

Permalink
fix(add-ons): remove no longer useful project wide badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 2, 2024
1 parent 8639c92 commit 5c71db7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions weblate/templates/addons/addon_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
{% load icons %}

<h4>
{% if addon.project_scope %}
<span class="badge pull-right flip" title="{% trans "This add-on is used for the whole project, it is enough to install it for one component." %}">{% trans "project wide" %}</span>
{% endif %}
{% if addon.repo_scope %}
<span class="badge pull-right flip" title="{% trans "This add-on is used for all components sharing this repository." %}">{% trans "repository wide" %}</span>
{% endif %}
Expand Down

0 comments on commit 5c71db7

Please sign in to comment.