Sha256: ae02ee9a242732d3af2402160e40a0f03eb6de60a64e73fb51607cbfb41cf893
Contents?: true
Size: 418 Bytes
Versions: 2
Compression:
Stored size: 418 Bytes
Contents
.row .header.container .row .col-lg-12 .page-header %h1 Settings .row %div{class: "col-lg-8 col-md-8"} - @settings.each do |item| %div{style: "min-height: 50px;"} = render 'form', item: item - Setting.keys.each do |key| - if !Setting.all.map(&:var).include?(key) %div{style: "min-height: 50px;"} = render 'form', item: Setting.new(var: key)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
weeler-2.1.0 | app/views/weeler/settings/index.html.haml |
weeler-2.0.1 | app/views/weeler/settings/index.html.haml |