Sha256: 32b6cb68397948d87cbd4067e2cee65b8a18bacb045a9aeefab908e8b94a23eb
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
<%= content_tag tag_name, html_attributes do %> <%= header if header? %> <% if body? %> <%= body %> <%= content if content? %> <% elsif content? %> <%= content_tag :div, content, class: theme.apply(:body, self) %> <% end %> <%= footer if footer? %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fox_tail-0.1.1 | app/components/fox_tail/dialog_component.html.erb |
fox_tail-0.1.0 | app/components/fox_tail/dialog_component.html.erb |