Sha256: 6767ba1eba4caa28ce636cb8246320ba8edd230ea4a2deb577fdd58db11178a7

Contents?: true

Size: 1.11 KB

Versions: 20

Compression:

Stored size: 1.11 KB

Contents

<script type="text/ng-template" id="promethee/components/page/edit/inspect">
  <% unless @disable_page_attributes %>
    <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>
  <% end %>

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

20 entries across 20 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-3.0.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-3.0.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.1.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.1.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.1.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.1.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.9 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.8 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.7 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.6 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.5 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-2.0.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.29 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.28 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.11.27 app/views/promethee/components/page/_edit.inspect.html.erb