diff options
author | harry <harryzhxu@gmail.com> | 2017-12-11 14:03:04 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-11 14:03:04 +0800 |
commit | 03ec35ed79e38b907de8812e3f7cccc422cb5937 (patch) | |
tree | 8a430543964c8defd61b10fa099ca865b60272e3 /templates/base/head.tmpl | |
parent | f2e20c81b66e6a937ecdb686f8d1011371433365 (diff) | |
download | gitea-03ec35ed79e38b907de8812e3f7cccc422cb5937.tar.gz gitea-03ec35ed79e38b907de8812e3f7cccc422cb5937.zip |
Mention completion for issue editor. (#3136)
* new issue mention
* Mention completion on new issue and view issue page.
* Code format.
* Require tribute in pull request page.
Diffstat (limited to 'templates/base/head.tmpl')
-rw-r--r-- | templates/base/head.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index a7d31d6557..93e819847d 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -74,6 +74,10 @@ <link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/gitgraph/gitgraph.css"> {{end}} +{{if .RequireTribute}} + <link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/tribute/tribute.css"> +{{end}} + <!-- Stylesheet --> <link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.css"> <link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}"> |