summaryrefslogtreecommitdiffstats
path: root/templates/repo/single.tmpl
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-16 23:25:01 +0800
committerslene <vslene@gmail.com>2014-03-16 23:25:01 +0800
commitc9bf526be74a29a9f2e620cbcd06989a40597531 (patch)
tree52a25d131dcfbee07ebfd04e41e9ce0ea83691ce /templates/repo/single.tmpl
parent015174484a3aa430e30801e0c3c5ce0bdc4a5bf5 (diff)
downloadgitea-c9bf526be74a29a9f2e620cbcd06989a40597531.tar.gz
gitea-c9bf526be74a29a9f2e620cbcd06989a40597531.zip
markdown & code style
Diffstat (limited to 'templates/repo/single.tmpl')
-rw-r--r--templates/repo/single.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/single.tmpl b/templates/repo/single.tmpl
index c83723446a..b5207d0820 100644
--- a/templates/repo/single.tmpl
+++ b/templates/repo/single.tmpl
@@ -79,11 +79,11 @@
</table>
</div>
<div class="panel panel-default file-content">
- <div class="panel-heading">
- README.md
+ <div class="panel-heading file-head">
+ <i class="icon fa fa-book"></i> README.md
</div>
- <div class="panel-body markdown">
- httplib
+ <div class="panel-body file-body markdown">
+ markdown content
</div>
</div>
</div>