Sha256: aabbe11253466b7201d9f8fcc2b70a2a63ee6bd64f376111b0d94e997858042b

Contents?: true

Size: 1.27 KB

Versions: 58

Compression:

Stored size: 1.27 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.title">
  </div>

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

  <div class="panel panel-default" ng-init="advancedConfigurationOpen = false">
    <div class="panel-heading" ng-click="advancedConfigurationOpen = !advancedConfigurationOpen">
      Advanced configuration
      <%= fa_icon 'angle-down', class: 'fa-pull-right', 'ng-class': "{'fa-rotate-180': advancedConfigurationOpen}", style: 'font-size: 18px' %>
    </div>
    <div class="panel-body" ng-show="advancedConfigurationOpen">
      <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>
  </div>
</script>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
promethee-1.6.14 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.13 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.12 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.11 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.10 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.8 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.7 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.6 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.5 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.1 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.6.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.5.4 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.5.3 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.5.2 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.5.0 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.4.29 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.4.28 app/views/promethee/components/page/_edit.inspect.html.erb