Sha256: f610d71a90513ab45a482b963bc2a703fb23c3fd1f313a1ee029dc198476bfaf
Contents?: true
Size: 426 Bytes
Versions: 760
Compression:
Stored size: 426 Bytes
Contents
<% size = block.child_value('size') text = block.child_value('text') style = block.child_value('style') size = 1 if size.nil? text = (empty_text ? empty_text : "") if text.nil? || text == "" if editing %><div id='block_<%= block.id %>'><h<%= size %> style='<%= style %>'><%= raw text %></h<%= size %>></div><% else %><h<%= size %> id='block_<%= block.id %>' style='<%= style %>'><%= raw text %></h<%= size %>><% end %>
Version data entries
760 entries across 760 versions & 1 rubygems