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>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-content">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="btn btn-success" value="Comment"/>
|
<input type="submit" class="btn btn-success" value="Comment"/>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="btn btn-success" value="Submit new issue"/>
|
<input type="submit" class="btn btn-success" value="Submit new issue"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user