Sha256: ccf736b45f76a345fbd2489889f8d95372f00c29463549dab4c43259ac3f3421

Contents?: true

Size: 502 Bytes

Versions: 17

Compression:

Stored size: 502 Bytes

Contents

<script type="text/ng-template" id="promethee/components/table_cell/localize">
  <div ng-show="master.attributes.text.value !== ''">
    <div class="row mt-2" ng-show="master.attributes.text.value !== ''">
      <div class="col-md-6">
        <b>Text</b>
        <p>{{ master.attributes.text.value }}</p>
      </div>
      <div class="col-md-6">
        <b>Text</b>
        <input class="form-control" ng-model="component.attributes.text.value" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-4.1.7 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.6 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.5 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.4 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.3 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.2 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.1 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.1.0 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.8 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.7 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.6 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.5 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.4 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.3 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.2 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.1 app/views/promethee/components/table_cell/_localize.html.erb
promethee-4.0.0 app/views/promethee/components/table_cell/_localize.html.erb