Sha256: 142a4f3db75054ebc4108c27b2e9e9f9c9b1487b548835c433979371c40064b5
Contents?: true
Size: 904 Bytes
Versions: 3
Compression:
Stored size: 904 Bytes
Contents
<div class="index-map-info"> {{#if title}} <h3>{{title}}</h3> {{/if}} <div class=""> {{#if thumbnailUrl}} {{#if websiteUrl}} <a href="{{websiteUrl}}"> <img src="{{thumbnailUrl}}" class="img-responsive"> </a> {{else}} <img src="{{thumbnailUrl}}"> {{/if}} {{/if}} <dl> {{#if websiteUrl}} <dt>Website</dt> <dd><a href="{{websiteUrl}}">{{websiteUrl}}</a></dd> {{/if}} {{#if downloadUrl}} <dt>Download</dt> <dd><a href="{{downloadUrl}}">{{downloadUrl}}</a></dd> {{/if}} {{#if recordIdentifier}} <dt>Record Identifier</dt> <dd>{{recordIdentifier}}</dd> {{/if}} {{#if label}} <dt>Label</dt> <dd>{{label}}</dd> {{/if}} {{#if note}} <dt>Note</dt> <dd>{{note}}</dd> {{/if}} </dl> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems