Sha256: ba96f16eafc9646df80d2b0c45078d9c567276a4e2f6b78599c14d379cce21f0

Contents?: true

Size: 1.72 KB

Versions: 6

Compression:

Stored size: 1.72 KB

Contents

<script type="text/ng-template" id="promethee/components/column/edit/inspect">
  <b>Desktop</b>
  <div class="form-group">
    <label  class="label-control">Size: {{promethee.inspected.attributes.size}}</label><br/>
    <input  ng-model="promethee.inspected.attributes.size"
            type="range"
            min="1"
            max="12">
  </div>
  <div class="form-group">
    <label  class="label-control">Offset: {{promethee.inspected.attributes.offset}}</label><br/>
    <input  ng-model="promethee.inspected.attributes.offset"
            type="range"
            min="0"
            max="{{12-promethee.inspected.attributes.size}}">
  </div>

  <%= render 'promethee/edit/inspect.advanced' %>
    <div class="form-group">
      <input  id="column_edit_inspect_mobile_enabled" 
              ng-model="promethee.inspected.attributes.mobile.enabled" 
              type="checkbox" />
      <label  class="label-control"
              for="column_edit_inspect_mobile_enabled"> <b>Mobile</b></label>
    </div>
    <div ng-show="promethee.inspected.attributes.mobile.enabled">
      <div class="form-group">
        <label  class="label-control">Size: {{promethee.inspected.attributes.mobile.size}}</label><br/>
        <input  ng-model="promethee.inspected.attributes.mobile.size"
                type="range"
                min="1"
                max="12">
      </div>
      <div class="form-group">
        <label  class="label-control">Offset: {{promethee.inspected.attributes.mobile.offset}}</label><br/>
        <input  ng-model="promethee.inspected.attributes.mobile.offset"
                type="range"
                min="0"
                max="{{12-promethee.inspected.attributes.mobile.size}}">
      </div>
    </div>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.11.20 app/views/promethee/components/column/_edit.inspect.html.erb
promethee-1.11.19 app/views/promethee/components/column/_edit.inspect.html.erb
promethee-1.11.18 app/views/promethee/components/column/_edit.inspect.html.erb
promethee-1.11.17 app/views/promethee/components/column/_edit.inspect.html.erb
promethee-1.11.16 app/views/promethee/components/column/_edit.inspect.html.erb
promethee-1.11.15 app/views/promethee/components/column/_edit.inspect.html.erb