custom_gallery/modules/custom_gallery/show.html.erb

18 lines
630 B
Plaintext

<div class="show-custom_gallery">
<h1 class="show-title">
<span>{{custom_album-title}}</span>
</h1>
{{custom_album-description}}
<div data-level="0" data-list="images">
<div class="show-content col-xs-6 col-sm-2">
<div class="show-content-inner">
<div class="show-pic">
<a href="{{link_to_show}}" onclick="window.location.hash = '{{link_to_show}}';CustomGalleryTheater();return false;">
<img class="img" src="{{thumb-src}}" alt="{{alt_title}}">
</a>
<p class="show-description">{{image-description}}</p>
</div>
</div>
</div>
</div>
</div>