Browse Source

adjust filter style

tags/v1.21.7
Gitea 4 years ago
parent
commit
c9bb11b713
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/user/profile.tmpl

+ 2
- 2
templates/user/profile.tmpl View File

@@ -118,8 +118,8 @@
<div class="ui divider"></div>
{{end}}
<div style="padding-bottom: 100px;">
<a href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button">个人</a>
<a href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button">所有</a>
<a style="background-color:blue;color:white" href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button">个人</a>
<a style="background-color:blue;color:white" href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button">所有</a>
</div>
<div class="feeds">
{{template "user/dashboard/feeds" .}}


Loading…
Cancel
Save