diff options
author | silverwind <me@silverwind.io> | 2024-03-18 15:47:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 14:47:05 +0000 |
commit | 34290a00c4501ffeba26db267be71ab68e3ec97f (patch) | |
tree | 8d534caf068098c911423481977c60dbce146f98 /templates/user/dashboard | |
parent | b251e608c01392c947f84be387f956541bfea25c (diff) | |
download | gitea-34290a00c4501ffeba26db267be71ab68e3ec97f.tar.gz gitea-34290a00c4501ffeba26db267be71ab68e3ec97f.zip |
Migrate border and margin classes to Tailwind (#29828)
Used all existing css vars, other migrations are 1:1.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r-- | templates/user/dashboard/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index af07897e2c..3e9442d6fc 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -78,7 +78,7 @@ {{if .ContextUser.IsOrganization}} <div class="right menu"> - <a class="{{if .PageIsNews}}active {{end}}item gt-ml-auto" href="{{.ContextUser.DashboardLink}}{{if .Team}}/{{PathEscape .Team.Name}}{{end}}"> + <a class="{{if .PageIsNews}}active {{end}}item tw-ml-auto" href="{{.ContextUser.DashboardLink}}{{if .Team}}/{{PathEscape .Team.Name}}{{end}}"> {{svg "octicon-rss"}} {{ctx.Locale.Tr "activities"}} </a> {{if not .UnitIssuesGlobalDisabled}} |