| |
---|
| | <div class="issue-avatar-image">@avatarLink(loginAccount.get.userName, 48)</div> |
---|
| | <div class="panel panel-default issue-box"> |
---|
| | <div class="panel-body"> |
---|
| | <span id="error-title" class="error"></span> |
---|
| | <input type="text" id="issue-title" name="title" class="form-control input-lg" value="" placeholder="Title" autofocus/> |
---|
| | <input type="text" id="issue-title" name="title" class="form-control" value="" placeholder="Title" autofocus/> |
---|
| | @helper.html.preview( |
---|
| | repository = repository, |
---|
| | content = "", |
---|
| | enableWikiLink = false, |
---|
| |
---|
| | |
|