Use proper heading levels

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-09-13 09:22:24 +02:00
committed by Julius Härtl
parent e1d1e0c2c8
commit c3ba8fa536
4 changed files with 25 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div id="sidebar-header">
<a class="icon-close" ui-sref="board" ng-click="sidebar.show=!sidebar.show"> &nbsp;</a>
<h2>{{ boardservice.getCurrent().title }}</h2>
<h3>{{ boardservice.getCurrent().title }}</h3>
</div>
{{board=boardservice.getCurrent();""}}