Sha256: 8588bf5b24673df6f4d7abe8a51c74c4e3655b29f78e6d417d07a58c054e3725
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
<% unless custom_fields.empty? %> <div class="tag-select" onclick="void(0)"> <span><i class="fa fa-sticky-note"></i><i class="fa fa-caret-down"></i></span> <div class="tag-select-box"> <strong>Custom fields:</strong> <% custom_fields.each do |cf| %> <label class='tag-description'><%= cf.name %>: <%= cf.value %></label> <% end %> </div> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.16.2 | app/views/kaui/custom_fields/_list_bar.html.erb |
kaui-0.16.1 | app/views/kaui/custom_fields/_list_bar.html.erb |
kaui-0.16.0 | app/views/kaui/custom_fields/_list_bar.html.erb |