We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7d714 commit 970429eCopy full SHA for 970429e
templates/repo/issue/view_title.tmpl
@@ -1,8 +1,8 @@
1
<div class="sixteen wide column title gt-mb-3">
2
<div class="issue-title gt-mb-4 gt-df gt-ac" id="issue-title-wrapper">
3
<h1 class="gt-df gt-ac gt-f1 gt-word-break">
4
- <span id="issue-title">{{RenderIssueTitle $.Context .Issue.Title $.RepoLink $.Repository.ComposeMetas | RenderCodeBlock}}</span>
5
- <span class="index">#{{.Issue.Index}}</span>
+ <span id="issue-title">{{RenderIssueTitle $.Context .Issue.Title $.RepoLink $.Repository.ComposeMetas | RenderCodeBlock}} <span class="index">#{{.Issue.Index}}</span>
+</span>
6
<div id="edit-title-input" class="ui input gt-f1 gt-ml-3 gt-hidden">
7
<input value="{{.Issue.Title}}" maxlength="255" autocomplete="off">
8
</div>
0 commit comments