mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
Fix the content of issue preview to empty.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
@html.preview(repository, "Leave a comment", false, true, true, "width: 730px; height: 100px;")
|
||||
@html.preview(repository, "", false, true, true, "width: 730px; height: 100px;")
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success" value="Comment"/>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
*@
|
||||
@html.preview(repository, "Leave a comment", false, true, true, "width: 650px; height: 200px;")
|
||||
@html.preview(repository, "", 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