Merge pull request #1577 from gollum/fix_1571
Remove superfluous closing div tag. Add ids to all navigation buttons.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="TableObject">
|
<div class="TableObject">
|
||||||
<div class="TableObject-item">
|
<div class="TableObject-item">
|
||||||
<a class="btn" href="{{base_url}}/">Home</a>
|
<a class="btn" id="minibutton-home" href="{{base_url}}/">Home</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -11,13 +11,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="TableObject-item">
|
<div class="TableObject-item">
|
||||||
{{#overview}}<a class="btn" href="{{overview_path}}">Overview</a>{{/overview}}
|
{{#overview}}<a class="btn" id="minibutton-overview" href="{{overview_path}}">Overview</a>{{/overview}}
|
||||||
{{#latest_changes}}<a class="btn" href="{{latest_changes_path}}">Latest Changes</a>{{/latest_changes}}
|
{{#latest_changes}}<a class="btn" id="minibutton-latest-changes" href="{{latest_changes_path}}">Latest Changes</a>{{/latest_changes}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#history}}
|
{{#history}}
|
||||||
<div class="TableObject-item pl-1">
|
<div class="TableObject-item pl-1">
|
||||||
<a class="btn" href="{{history_path}}/{{escaped_url_path}}">Page History</a>
|
<a class="btn" id="minibutton-history" href="{{history_path}}/{{escaped_url_path}}">Page History</a>
|
||||||
</div>
|
</div>
|
||||||
{{/history}}
|
{{/history}}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/has_footer}}
|
{{/has_footer}}
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user