You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In admin panel (/admin), the "Global hooks" and "Remote repository servers" buttons' icon is repeating itself with Redmine's default themes (and others as well, though I've seen at least one that works out of the box).
Adding the "icon" class to the a element fixes the problem:
In admin panel (/admin), the "Global hooks" and "Remote repository servers" buttons' icon is repeating itself with Redmine's default themes (and others as well, though I've seen at least one that works out of the box).
Adding the "icon" class to the a element fixes the problem:
<li><a class="icon global_hooks_label global-hooks" href="/hooks">Global hooks</a></li>
<li><a class="icon remote_repo_sites_label remote-repo-sites" href="/remote_repo_sites">Remote repository servers</a></li>
The text was updated successfully, but these errors were encountered: