Sha256: 38a22b5d78331d615f1c280876bd136763b3251a49c90497e4249e641be24853
Contents?: true
Size: 473 Bytes
Versions: 45
Compression:
Stored size: 473 Bytes
Contents
<%= render_component :block, rounded: :all do %> <div <%= attributes_html %>> <div class="flex justify-between items-center mb-4"> <% if title.present? %> <h5 class="text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> <%= title %> </h5> <% end %> <div class="flex"> <% actions.each do |action| %> <%= action %> <% end %> </div> </div> <%= content %> </div> <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems