Sha256: 1a78bdbac02b841bff53714c6ee8e05518edd3be515f783029d17fe163f6eb89

Contents?: true

Size: 921 Bytes

Versions: 81

Compression:

Stored size: 921 Bytes

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' %>
    <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

81 entries across 81 versions & 1 rubygems

Version Path
promethee-1.11.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.9 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.8 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.7 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.6 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.5 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.10.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.9.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.8.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.8.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.8.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.8.1 app/views/promethee/components/page/_edit.inspect.html.erb