Sha256: a6d3a1fde0445ab88c1b1ede06744feb259044b97c76bece841b5c6b9225aa4a
Contents?: true
Size: 399 Bytes
Versions: 185
Compression:
Stored size: 399 Bytes
Contents
<% if @input.caption? && !@input.caption.blank? %> <span class="FormControl-caption" id="<%= @input.caption_id %>"><%= @input.caption %></span> <% elsif caption_template? %> <% caption_template = render_caption_template %> <% unless caption_template.blank? %> <span class="FormControl-caption" id="<%= @input.caption_id %>"> <%= caption_template %> </span> <% end %> <% end %>
Version data entries
185 entries across 185 versions & 4 rubygems