| |
---|
| | repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context) |
---|
| | @import gitbucket.core.view.helpers |
---|
| | @if(context.loginAccount.isDefined){ |
---|
| | @if(!fileName.isDefined){<hr/><br/>} |
---|
| | <form method="POST" validate="true" style="max-width: 874px;"> |
---|
| | @if(!fileName.isDefined){ |
---|
| | <div class="issue-avatar-image">@helpers.avatarLink(context.loginAccount.get.userName, 48)</div> |
---|
| | } |
---|
| | <form method="POST" validate="true"> |
---|
| | <div class="panel panel-default issue-comment-box"> |
---|
| | <div class="panel-body"> |
---|
| | @gitbucket.core.helper.html.preview( |
---|
| | repository = repository, |
---|
| |
---|
| | |