Browse Source

fix #2057

tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
44f262a4a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/issue/view_content.tmpl

+ 1
- 1
templates/repo/issue/view_content.tmpl View File

@@ -323,7 +323,7 @@
<div class="ui comment form"> <div class="ui comment form">
<div class="ui top attached tabular menu"> <div class="ui top attached tabular menu">
<a class="active write item">{{$.i18n.Tr "repo.release.write"}}</a> <a class="active write item">{{$.i18n.Tr "repo.release.write"}}</a>
<a class="preview item" data-url="/api/v1/markdown" data-context="{{$.RepoLink}}">{{$.i18n.Tr "repo.release.preview"}}</a>
<a class="preview item" data-url="{{AppSubUrl}}/api/v1/markdown" data-context="{{$.RepoLink}}">{{$.i18n.Tr "repo.release.preview"}}</a>
</div> </div>
<div class="ui bottom attached active write tab segment"> <div class="ui bottom attached active write tab segment">
<textarea tabindex="1" id="content" name="content"></textarea> <textarea tabindex="1" id="content" name="content"></textarea>


Loading…
Cancel
Save