mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 14:35:52 +01:00
Move common view templates to 'helper' package.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<form action="@url(repository)/issue_comments/new" method="POST" validate="true">
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
@html.preview(repository, "", false, true, true, "width: 730px; height: 100px;")
|
||||
@helper.html.preview(repository, "", false, true, true, "width: 730px; height: 100px;")
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="issueId" value="@issue.issueId"/>
|
||||
|
||||
Reference in New Issue
Block a user