mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
Fix markdown parameter.
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
<h4>@issue.title</h4>
|
||||
</div>
|
||||
<div class="box-content" style="background-color: #f5f5f5;">
|
||||
@markdown(issue.content getOrElse "No description given.", repository, true, true, true)
|
||||
@markdown(issue.content getOrElse "No description given.", repository, false, true, true)
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
@html.preview(repository, "Leave a comment", true, true, true)
|
||||
@html.preview(repository, "Leave a comment", false, true, true)
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success" value="Comment"/>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
*@
|
||||
@html.preview(repository, "Leave a comment", true, true, true, "width: 650px; height: 200px;")
|
||||
@html.preview(repository, "Leave a comment", false, true, true, "width: 650px; height: 200px;")
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success" value="Submit new issue"/>
|
||||
|
||||
Reference in New Issue
Block a user