Skip to content

Commit c8d541c

Browse files
committed
added line break between examples
1 parent bbc7c59 commit c8d541c

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

app/admin/templates/home_admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>{{ group["Name"] }}</h2>
4949
{% for link in example["LinksToAPIMethod"] -%}
5050
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
5151
{% endfor %}
52-
52+
<br></br>
5353
{% endif %}
5454
{% endfor %}
5555
{% endfor %}

app/click/templates/home_click.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>{{ group["Name"] }}</h2>
5252
{% for link in example["LinksToAPIMethod"] -%}
5353
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
5454
{% endfor %}
55-
55+
<br></br>
5656
{% endif %}
5757
{% endfor %}
5858
{% endfor %}

app/monitor/templates/home_monitor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>{{ group["Name"] }}</h2>
5050
{% for link in example["LinksToAPIMethod"] -%}
5151
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
5252
{% endfor %}
53-
53+
<br></br>
5454
{% endif %}
5555
{% endfor %}
5656
{% endfor %}

app/rooms/templates/home_rooms.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h2>{{ group["Name"] }}</h2>
5151
{% for link in example["LinksToAPIMethod"] -%}
5252
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
5353
{% endfor %}
54+
<br></br>
5455
{% endif %}
5556
{% endfor %}
5657
{% endfor %}

app/templates/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ <h2>{{ group["Name"] }}</h2>
5656
{% for link in example["LinksToAPIMethod"] -%}
5757
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
5858
{% endfor %}
59+
<br></br>
5960
{% endif %}
6061
{% endfor %}
6162
{% endfor %}

0 commit comments

Comments
 (0)