Skip to content

Commit

Permalink
Reformat "edit" view partial
Browse files Browse the repository at this point in the history
Some of this file was indented unconventionally. Now it's not.
  • Loading branch information
benjaminwil committed Oct 28, 2023
1 parent 09e5676 commit d62e6f3
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions lib/gollum/templates/edit.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
{{t.title}}
</h1>
</div>
<div class="tabnav">
<nav class="tabnav-tabs">
<button id="edit" class="tabnav-tab selected" aria-current="page">
{{t.edit}}
</button>
<button id="preview" class="tabnav-tab">{{t.preview}}</button>
</nav>
</div>

<div class="tabnav">
<nav class="tabnav-tabs">
<button id="edit" class="tabnav-tab selected" aria-current="page">
{{t.edit}}
</button>

<button id="preview" class="tabnav-tab">
{{t.preview}}
</button>
</nav>
</div>

<div class="tabnav-div" id="edit-content">{{>editor}}</div>
<div class="tabnav-div" id="preview-content"></div>
</div>

0 comments on commit d62e6f3

Please sign in to comment.