Sha256: b2cd6b79724f5f4afaad89b2f19e279c8db81db615a1246fb117c04582905d9a
Contents?: true
Size: 232 Bytes
Versions: 1300
Compression:
Stored size: 232 Bytes
Contents
<% text = block.value if text.nil? || text.strip.length == 0 text = empty_text ? "<p>#{empty_text}</p>" : "" end %> <% if editing %> <div id='block_<%= block.id %>'><%= raw text %></div> <% else %> <%= raw text %> <% end %>
Version data entries
1,300 entries across 670 versions & 1 rubygems