|
|
@@ -21,16 +21,18 @@ |
|
|
|
{{if .EnableHeatmap}} |
|
|
|
{{template "user/dashboard/heatmap" .}} |
|
|
|
{{end}} |
|
|
|
{{template "user/dashboard/feeds" .}} |
|
|
|
<div class="ui placeholder segment bgtask-none padding_none" id = "activity_cont"> |
|
|
|
<div class="act_title" style="padding-left: 0px ;"> |
|
|
|
{{.i18n.Tr "home.activity"}}: |
|
|
|
{{template "user/dashboard/feeds" .}} |
|
|
|
<diV id = "activity_cont"> |
|
|
|
<div class="ui placeholder segment bgtask-none padding_none line" > |
|
|
|
<div class="act_title" style="padding-left: 0px ;"> |
|
|
|
{{.i18n.Tr "home.activity"}}: |
|
|
|
</div> |
|
|
|
<div class="ui icon header bgtask-header-pic"></div> |
|
|
|
<p class="p_hint"> |
|
|
|
{{.i18n.Tr "home.no_events"}} |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="ui icon header bgtask-header-pic"></div> |
|
|
|
<p class="p_hint"> |
|
|
|
{{.i18n.Tr "home.no_events"}} |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</diV> |
|
|
|
</div> |
|
|
|
{{template "user/dashboard/repolist" .}} |
|
|
|
</div> |
|
|
@@ -132,4 +134,11 @@ |
|
|
|
.content >p{ |
|
|
|
line-height: 2em !important; |
|
|
|
} |
|
|
|
.ui.placeholder.segment { |
|
|
|
min-height: 15rem !important; |
|
|
|
} |
|
|
|
.line{ |
|
|
|
border-top: 1px solid rgba(187, 187, 187, 0.5) !important; |
|
|
|
margin-top: 20px !important; |
|
|
|
} |
|
|
|
</style> |