Sha256: 4271e30f7e9f218cfd1f28a01ac6707a4375973ad06a70a370a35e54ae327d38

Contents?: true

Size: 916 Bytes

Versions: 10

Compression:

Stored size: 916 Bytes

Contents

<script type="text/ng-template" id="promethee/components/aside/edit/move">
  <%= render 'promethee/edit/move.header', type: 'aside' %>
      <aside ng-show="component.attributes.collapsed_content" ng-init="collapsed = true">
        <div ng-bind-html="component.attributes.visible_content | htmlSafe"></div>
        <div ng-hide="collapsed" ng-bind-html="component.attributes.collapsed_content | htmlSafe"></div>
        <a class="btn btn-default btn-block" ng-click="collapsed = !collapsed">{{collapsed ? 'Read more' : 'Reduce'}}</a>
      </aside>

      <aside ng-hide="component.attributes.collapsed_content" ng-bind-html="component.attributes.visible_content | htmlSafe"></aside>

      <pre class="hidden">{{component.attributes.search = ((component.attributes.visible_content | textContentFromHTML) + ' ' + (component.attributes.collapsed_content | textContentFromHTML))}}</pre>
    </div>
  </div>
</script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
promethee-1.6.5 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.6.4 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.6.3 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.6.2 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.6.1 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.6.0 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.5.4 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.5.3 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.5.2 app/views/promethee/components/aside/_edit.move.html.erb
promethee-1.5.0 app/views/promethee/components/aside/_edit.move.html.erb