mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 08:25:50 +01:00
Add Issues.
This commit is contained in:
21
src/main/twirl/issues/issue.scala.html
Normal file
21
src/main/twirl/issues/issue.scala.html
Normal file
@@ -0,0 +1,21 @@
|
||||
@(repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
|
||||
@import context._
|
||||
@html.main("2.1 migration issue - ebean - Issue #1181 - " + repository.owner + "/" + repository.name){
|
||||
@html.header("issues", repository)
|
||||
@issuestab("issues", repository)
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="pull-left"><a href="@path/@repository.owner/@repository.name/issues">← Back to issue list</a></li>
|
||||
<li class="pull-right">Issue #1181</li>
|
||||
</ul>
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
<div class="small"><a href="#">takezoe</a> opened this issue <time datetime="2013-06-03T15:56:05-07:00" title="2013-06-03 15:56:05">June 03, 2013</time></div>
|
||||
<h4>2.1 migration issue - ebean</h4>
|
||||
</div>
|
||||
<div class="box-content" style="background-color: #f5f5f5;">
|
||||
TODO Detail
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success" value="Comment"/>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user