Moved views.

This commit is contained in:
James Cole
2016-01-08 13:35:27 +01:00
parent feef6a1756
commit 53677e3c64
116 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<h1>
{% if mainTitleIcon %}
<i class="hidden-xs fa {{ mainTitleIcon }}"></i>
{% endif %}
{{ title }}
{% if subTitle %}
<small id="subTitle">
{% if subTitleIcon %}
<i class="hidden-xs fa {{ subTitleIcon }}"></i>
{% endif %}
{{ subTitle }}
</small>
{% endif %}
</h1>