|
|
@ -14,6 +14,22 @@ |
|
|
|
<div class="form-group panel-body"> |
|
|
|
<div class="form-group panel-body"> |
|
|
|
<input class="form-control input-lg" type="text" name="title" required="required" placeholder="Title" value="{{.title}}" /> |
|
|
|
<input class="form-control input-lg" type="text" name="title" required="required" placeholder="Title" value="{{.title}}" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group panel-body"> |
|
|
|
|
|
|
|
<span><strong id="assigned" data-no-assigned="No one">No one</strong> will be assigned</span> |
|
|
|
|
|
|
|
<input type="hidden" name="assigned" value="0" id="assignee"/> |
|
|
|
|
|
|
|
<div style="display: inline-block;position: relative"> |
|
|
|
|
|
|
|
<button type="button" class="dropdown-toggle btn btn-default btn-sm" data-toggle="dropdown"> |
|
|
|
|
|
|
|
<i class="fa fa-group"></i> |
|
|
|
|
|
|
|
<span class="caret"></span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<div class="dropdown-menu assignee"> |
|
|
|
|
|
|
|
<ul class="list-unstyled"> |
|
|
|
|
|
|
|
<li data-uid="0" class="clear-assignee hidden"><i class="fa fa-times-circle-o"></i> Clear assignee</li> |
|
|
|
|
|
|
|
<li data-uid="123"><img src="//1.gravatar.com/avatar/f72f7454ce9d710baa506394f68f4132"><strong>fuxiaohei</strong> nickname</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="form-group panel-body"> |
|
|
|
<div class="form-group panel-body"> |
|
|
|
<div class="md-help pull-right"><!-- todo help link --> |
|
|
|
<div class="md-help pull-right"><!-- todo help link --> |
|
|
|
Content with <a href="https://help.github.com/articles/markdown-basics">Markdown</a> |
|
|
|
Content with <a href="https://help.github.com/articles/markdown-basics">Markdown</a> |
|
|
|