Sha256: a3d41e49ac00f1468e480ca1265860c1dfcb3a52e9d99f8f73734f1aecfe5318

Contents?: true

Size: 1.04 KB

Versions: 22

Compression:

Stored size: 1.04 KB

Contents

<script type="text/ng-template" id="promethee/components/page/edit/inspect">
  <div class="form-group">
    <label class="label-control">Title</label>
    <input class="form-control" ng-model="promethee.inspected.attributes.searchable_title">
  </div>

  <div class="form-group">
    <label class="label-control">Description</label>
    <textarea class="form-control" ng-model="promethee.inspected.attributes.searchable_description"></textarea>
  </div>

  <%= render 'promethee/edit/inspect.advanced' %>
    <promethee-uploader ng-model="promethee.inspected.attributes.thumbnail" label="Thumbnail" limits="'.jpg,.jpeg,.png,.gif'"></promethee-uploader>

    <div class="form-group">
      <label class="label-control">Stylesheets</label>
      <textarea class="form-control" ng-model="promethee.inspected.attributes.stylesheets"></textarea>
    </div>

    <div class="form-group">
      <label class="label-control">Javascripts</label>
      <textarea class="form-control" ng-model="promethee.inspected.attributes.javascripts"></textarea>
    </div>
  </div>
</script>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
promethee-1.11.26 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.25 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.24 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.23 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.22 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.21 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.20 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.19 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.18 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.17 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.16 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.15 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.14 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.13 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.12 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.11 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.10 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.9 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.8 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.7 app/views/promethee/components/page/_edit.inspect.html.erb