Sha256: dc9449d84b61ce8b5271c782538895eb40f211c54007e81c6c76dabba5fbb3d3

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

<% wrapper = Headmin::Form::WrapperView.new(local_assigns) %>

<% if wrapper.bypass %>
  <%= yield %>
<% else %>
  <div <%= tag.attributes(wrapper.options) %>>
    <%= yield %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
headmin-0.5.3 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.2 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.1 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.0 app/views/headmin/forms/_wrapper.html.erb
headmin-0.4.2 app/views/headmin/forms/_wrapper.html.erb
headmin-0.4.1 app/views/headmin/forms/_wrapper.html.erb
headmin-0.4.0 app/views/headmin/forms/_wrapper.html.erb