aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-10-21 23:07:06 +0300
committerAndrey Nering <andrey.nering@gmail.com>2017-10-21 18:07:06 -0200
commit0e9e48bd5cfdc42ed0b29a7991bd290aca70d2be (patch)
treed6106c43909e213cf7e8eabb0453203f8265d832 /templates
parent619b9b5547dab4f30acedbf816550df02bb3c1c5 (diff)
downloadgitea-0e9e48bd5cfdc42ed0b29a7991bd290aca70d2be.tar.gz
gitea-0e9e48bd5cfdc42ed0b29a7991bd290aca70d2be.zip
Fix activity css conflit with semantic ui (#2758)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/activity.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/activity.tmpl b/templates/repo/activity.tmpl
index 2a71b9e906..eb761ff492 100644
--- a/templates/repo/activity.tmpl
+++ b/templates/repo/activity.tmpl
@@ -29,7 +29,7 @@
{{if .Repository.UnitEnabled $.UnitTypePullRequests}}
<div class="column">
{{if gt .Activity.ActivePRCount 0}}
- <div class="table">
+ <div class="stats-table">
<a href="#merged-pull-requests" class="table-cell tiny background purple" style="width: {{.Activity.MergedPRPerc}}%"></a>
<a href="#proposed-pull-requests" class="table-cell tiny background green"></a>
</div>
@@ -40,7 +40,7 @@
{{if .Repository.UnitEnabled $.UnitTypeIssues}}
<div class="column">
{{if gt .Activity.ActiveIssueCount 0}}
- <div class="table">
+ <div class="stats-table">
<a href="#closed-issues" class="table-cell tiny background red" style="width: {{.Activity.ClosedIssuePerc}}%"></a>
<a href="#new-issues" class="table-cell tiny background green"></a>
</div>