|
|
@@ -117,9 +117,9 @@ |
|
|
|
</div> |
|
|
|
<div class="ui divider"></div> |
|
|
|
{{end}} |
|
|
|
<div style="padding-bottom: 100px;"> |
|
|
|
<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 style="padding-bottom: 30px;display:flex;"> |
|
|
|
<a style="background-color: #40A9FF;color:white;display:block;width:50px;height:25px;text-indent:8px;margin-right:10px;" href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button">个人</a> |
|
|
|
<a style="background-color: #40A9FF;color:white;display:block;width:50px;height:25px;text-indent:8px" href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button">所有</a> |
|
|
|
</div> |
|
|
|
<div class="feeds"> |
|
|
|
{{template "user/dashboard/feeds" .}} |
|
|
|