Sha256: fced47d73838203004e0c3eecbcc69b04f2d78f57f4431305d1602e43e090575

Contents?: true

Size: 367 Bytes

Versions: 62

Compression:

Stored size: 367 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Column',
      icon: #{render('promethee/components/column/icon').to_json.html_safe},
      data: {
        type: 'column',
        attributes: {
          size: 4,
          offset: 0
        },
        children: []
      }
    })
  JAVASCRIPT
%>

<%= content_tag :div, nil, 'ng-init': init %>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
promethee-1.6.5 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.6.4 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.6.3 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.6.2 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.6.1 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.6.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.5.4 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.5.3 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.5.2 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.5.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.29 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.28 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.27 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.26 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.25 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.24 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.23 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.22 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.21 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.4.20 app/views/promethee/components/column/_edit.define.html.erb