diff options
author | silverwind <me@silverwind.io> | 2024-04-14 19:53:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 17:53:52 +0000 |
commit | 99463532820d7a88cdea88e66e0606b996cc9fc7 (patch) | |
tree | 85c5a09452eeeb3a4636cce9be861df698223115 /templates/org | |
parent | 4c6e2da088cf092a9790df5c84b7b338508fede7 (diff) | |
download | gitea-99463532820d7a88cdea88e66e0606b996cc9fc7.tar.gz gitea-99463532820d7a88cdea88e66e0606b996cc9fc7.zip |
Remove fomantic button module (#30475)
CSS-only module. Button colors are reduced to this:
<img width="639" alt="Screenshot 2024-04-14 at 15 36 07"
src="https://github.com/go-gitea/gitea/assets/115237/882d6c02-d1de-44f2-b707-db02a9f5070d">
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/team/sidebar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/team/sidebar.tmpl b/templates/org/team/sidebar.tmpl index 9311a46e38..b9e55dd587 100644 --- a/templates/org/team/sidebar.tmpl +++ b/templates/org/team/sidebar.tmpl @@ -79,7 +79,7 @@ </div> {{if .IsOrganizationOwner}} <div class="ui bottom attached segment"> - <a class="ui teal small button" href="{{.OrgLink}}/teams/{{.Team.LowerName | PathEscape}}/edit">{{svg "octicon-gear"}} {{ctx.Locale.Tr "org.teams.settings"}}</a> + <a class="ui small button" href="{{.OrgLink}}/teams/{{.Team.LowerName | PathEscape}}/edit">{{svg "octicon-gear"}} {{ctx.Locale.Tr "org.teams.settings"}}</a> </div> {{end}} </div> |