Sha256: 7dd651dbac3c1a2e9c1556b9549ff4703aac0902ed2c41df429c19a588e66945

Contents?: true

Size: 1.01 KB

Versions: 21

Compression:

Stored size: 1.01 KB

Contents

<script type="text/ng-template" id="promethee/components/aside/localize">
  <hr>

  <div class="row">
    <div class="col-md-6">
      <b>Aside visible content</b>
      <div class="promethee-edit__wrapper" ng-bind-html="component.master.attributes.visible_content | htmlSafe"></div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label class="label-control">Aside visible content</label>
        <input class="form-control" ng-model="component.attributes.visible_content" type="text">
      </div>
    </div>
  </div>

  <div class="row" ng-show="component.master.attributes.collapsed_content">
    <div class="col-md-6">
      <b>Aside collapsed content</b>
      <p>{{component.master.attributes.collapsed_content}}</p>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label class="label-control">Aside collapsed content</label>
        <input class="form-control" ng-model="component.attributes.collapsed_content" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
promethee-1.5.0 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.29 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.28 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.27 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.26 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.25 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.24 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.23 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.22 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.21 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.20 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.19 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.18 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.17 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.16 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.15 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.14 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.13 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.12 app/views/promethee/components/aside/_localize.html.erb
promethee-1.4.11 app/views/promethee/components/aside/_localize.html.erb