mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix #273
This commit is contained in:
@@ -1 +1 @@
|
||||
0.4.5.0702 Alpha
|
||||
0.4.5.0704 Alpha
|
@@ -15,6 +15,7 @@
|
||||
<input class="form-control input-lg" type="text" name="title" required="required" placeholder="Title" value="{{.title}}" />
|
||||
</div>
|
||||
<div class="form-group panel-body">
|
||||
{{if .IsRepositoryOwner}}
|
||||
<span><strong id="assigned" data-no-assigned="No one">No one</strong> will be assigned</span>
|
||||
<input type="hidden" name="assigneeid" value="0" id="assignee"/>
|
||||
<div style="display: inline-block;position: relative">
|
||||
@@ -82,6 +83,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
<div class="form-group panel-body">
|
||||
<div class="md-help pull-right"><!-- todo help link -->
|
||||
Content with <a href="https://help.github.com/articles/markdown-basics">Markdown</a>
|
||||
|
@@ -119,6 +119,7 @@
|
||||
|
||||
<div class="issue-bar col-md-2">
|
||||
<div class="labels" data-ajax="{{.Issue.Index}}/label">
|
||||
{{if .IsRepositoryOwner}}
|
||||
<div class="pull-right action">
|
||||
<button class="btn btn-default btn-sm" data-toggle="dropdown">
|
||||
<i class="fa fa-tags"></i>
|
||||
@@ -136,6 +137,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
<h4>Labels</h4>
|
||||
{{if .Issue.Labels}}
|
||||
{{range .Issue.Labels}}
|
||||
@@ -147,6 +149,7 @@
|
||||
</div>
|
||||
<div class="milestone" data-milestone="{{.Milestone.Id}}" data-ajax="{{.Issue.Index}}/milestone">
|
||||
<div class="pull-right action">
|
||||
{{if .IsRepositoryOwner}}
|
||||
<button class="btn btn-default btn-sm" data-toggle="dropdown">
|
||||
<i class="fa fa-check-square-o"></i>
|
||||
<span class="caret"></span>
|
||||
@@ -193,6 +196,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<h4>Milestone</h4>
|
||||
{{if .Milestone}}
|
||||
|
Reference in New Issue
Block a user