Sha256: 6837c6f6c7dfc31f1c613fbbfc5d2ad367dea1452dcc46c9897a9d6e94e160a2

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 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>
    <input class="form-control" ng-model="promethee.inspected.attributes.description">
  </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

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.3.16 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.3.15 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.3.13 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.3.12 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.3.11 app/views/promethee/components/page/_edit.inspect.html.erb
promethee-1.3.10 app/views/promethee/components/page/_edit.inspect.html.erb