diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/issue/view.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/view_content.tmpl | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 52f9aa2d41..41b0852e4b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.40.0709
\ No newline at end of file +0.9.41.0711
\ No newline at end of file diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index c289dbcb7a..2260f17399 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -16,11 +16,11 @@ {{if .Issue.IsPull}} {{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} - <div class="ui bottom attached tab pull segment active has-emoji" data-tab="request-{{.ID}}"> + <div class="ui bottom attached tab pull segment active" data-tab="request-{{.ID}}"> {{template "repo/issue/view_content" .}} </div> {{else}} - <div class="has-emoji"> + <div> {{template "repo/issue/view_content" .}} </div> {{end}} diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index e5c3d3d42d..67560d20f4 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -25,7 +25,7 @@ </div> </div> <div class="ui attached segment"> - <div class="render-content markdown emojify"> + <div class="render-content markdown has-emoji"> {{if .Issue.RenderedContent}} {{.Issue.RenderedContent|Str2html}} {{else}} @@ -77,7 +77,7 @@ </div> </div> <div class="ui attached segment"> - <div class="render-content markdown emojify"> + <div class="render-content markdown has-emoji"> {{if .RenderedContent}} {{.RenderedContent|Str2html}} {{else}} @@ -342,7 +342,7 @@ <div class="ui bottom attached active write tab segment"> <textarea tabindex="1" id="content" name="content"></textarea> </div> - <div class="ui bottom attached tab preview segment markdown emojify"> + <div class="ui bottom attached tab preview segment markdown"> {{$.i18n.Tr "repo.release.loading"}} </div> <div class="text right edit buttons"> |