Sha256: d92c5ae7f393255dbd4857bf6a02c96ecafe9fd444e6050474066c40431b0a3f

Contents?: true

Size: 195 Bytes

Versions: 10

Compression:

Stored size: 195 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

10 entries across 10 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/forms/_wrapper.html.erb
headmin-0.6.2 app/views/headmin/forms/_wrapper.html.erb
headmin-0.6.1 app/views/headmin/forms/_wrapper.html.erb
headmin-0.6.0 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.9 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.8 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.7 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.6 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.5 app/views/headmin/forms/_wrapper.html.erb
headmin-0.5.4 app/views/headmin/forms/_wrapper.html.erb