|
|
@@ -118,18 +118,10 @@ |
|
|
|
<div class="ui divider"></div> |
|
|
|
{{end}} |
|
|
|
<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="ui attached secondary segment repos-search"> |
|
|
|
<div class="ui secondary pointing borderless menu center aligned grid repos-filter"> |
|
|
|
<a class="item" href="{{.Owner.HomeLink}}?tab=activity&type=all"> |
|
|
|
{{.i18n.Tr "all"}} |
|
|
|
</a> |
|
|
|
<a class="item" href="{{.Owner.HomeLink}}?tab=activity&type=own"> |
|
|
|
{{.i18n.Tr "sources"}} |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<a style="display:block;width:50px;height:25px;text-indent:8px;margin-right:10px;" href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button"> |
|
|
|
{{svg "octicon-person" 16}} {{.i18n.Tr "user.own"}}</a> |
|
|
|
<a style="display:block;width:50px;height:25px;text-indent:8px" href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button"> |
|
|
|
{{svg "octicon-people" 16}} {{.i18n.Tr "user.all"}}</a> |
|
|
|
</div> |
|
|
|
<div class="feeds"> |
|
|
|
{{template "user/dashboard/feeds" .}} |
|
|
|