Clean up object header

This commit is contained in:
jeremystretch
2021-04-13 16:03:07 -04:00
parent 6ad20c53d9
commit 46e144f647
7 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</form>
</div>
{% endif %}
<h1>{{ report.name }}</h1>
<h1 class="title">{{ report.name }}</h1>
{% if report.description %}
<p class="lead">{{ report.description }}</p>
{% endif %}
+1 -1
View File
@@ -15,7 +15,7 @@
</ol>
</div>
</div>
<h1>{{ script }}</h1>
<h1 class="title">{{ script }}</h1>
<p>{{ script.Meta.description|render_markdown }}</p>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active">
+1 -1
View File
@@ -17,7 +17,7 @@
</ol>
</div>
</div>
<h1>{{ script }}</h1>
<h1 class="title">{{ script }}</h1>
<p>{{ script.Meta.description|render_markdown }}</p>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active">