better html structure for the compare action menu
This commit is contained in:
@@ -4,17 +4,19 @@
|
|||||||
|
|
||||||
<form name="gollum-revert" action="/revert/{{escaped_name}}/{{before}}/{{after}}" method="post">
|
<form name="gollum-revert" action="/revert/{{escaped_name}}/{{before}}/{{after}}" method="post">
|
||||||
<div id="gollum-editor">
|
<div id="gollum-editor">
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li class="minibutton"><a href="/history/{{escaped_name}}"
|
<li class="minibutton"><a href="/history/{{escaped_name}}"
|
||||||
class="action-page-history">Back to Page History</a></li>
|
class="action-page-history">Back to Page History</a></li>
|
||||||
{{#show_revert}}
|
{{#show_revert}}
|
||||||
<li class="minibutton">
|
<li class="minibutton">
|
||||||
<input type="submit" id="gollum-editor-submit" value="Revert" title="Save current changes">
|
<input type="submit" id="gollum-editor-submit" value="Revert" title="Save current changes">
|
||||||
</li>
|
</li>
|
||||||
{{/show_revert}}
|
{{/show_revert}}
|
||||||
</ul></div>
|
</ul>
|
||||||
|
{{>searchbar}}
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{{>searchbar}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#message}}
|
{{#message}}
|
||||||
|
|||||||
Reference in New Issue
Block a user