Sha256: 0a86112dc61ca0736e1d4ac497cced048a4a1c42d694249120ee007117e0b8cd
Contents?: true
Size: 642 Bytes
Versions: 36
Compression:
Stored size: 642 Bytes
Contents
<% if show_attribute_table? %> <div class='row'> <div id='table-container' class='col-md-12'> <table id="attribute-table" class="table table-hover table-condensed table-striped table-bordered col-md-12"> <thead> <tr> <th><%= t('geoblacklight.show.attribute') %></th> <th><%= t('geoblacklight.show.value') %></th> </tr> </thead> <tbody class='attribute-table-body'> <tr> <td class='default-text' colspan='2'><em><%= t('geoblacklight.show.click_map') %></em></td> </tr> </tbody> </table> </div> </div> <% end %>
Version data entries
36 entries across 36 versions & 1 rubygems