#6: Fixed a layout issue with the album footer on the gallery index page

This commit is contained in:
Andy Heathershaw 2017-02-17 09:22:54 +00:00
parent d33de03ceb
commit a27cf530f5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="panel-footer">
<span class="text-left"><b>{{ $album->photos_count }}</b> photos</span>
<span class="pull-right"><a href="{{ $album->url() }}" class="btn btn-sm btn-default">Open album</a></span>
<span class="clearfix"></span>
<div class="clearfix"></div>
</div>
</div>
</div>