Fix formatting to prettier style
[releng/global-jjb.git] / docs / _templates / relations.html
index c701ed0..9c629ad 100644 (file)
@@ -1,16 +1,13 @@
 <center>
-<div class="btn-group" role="group" aria-label="...">
+  <div class="btn-group" role="group" aria-label="...">
     {% if prev %}
     <a class="btn btn-default" href="{{ prev.link|e }}">Prev Page</a>
     {% else %}
     <button type="button" class="btn btn-default disabled">Prev Page</button>
-    {% endif %}
-
-    {% if next %}
+    {% endif %} {% if next %}
     <a class="btn btn-default" href="{{ next.link|e }}">Next Page</a>
     {% else %}
     <button type="button" class="btn btn-default disabled">Next Page</button>
     {% endif %}
-</div>
+  </div>
 </center>
-