Sha256: c81f7dbba8801144de20dd662c5cfa8a5a30fc328890c0b2ff907dfad2838b00
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
<script type="text/ng-template" id="promethee/components/blockquote/edit/move"> <%= render 'promethee/edit/move.header', type: 'blockquote' %> <div class="row"> <div class="col-md-8" ng-bind-html="component.attributes.searchable_body | htmlSafe"></div> <div class="col-md-4"> <%= image_tag "drawings/blockquote/pencil.png", class: "img-responsive" %> </div> <div ng-show="component.attributes.searchable_author" class="col-xs-12"> <p>{{component.attributes.searchable_author}}</p> </div> </div> </div> </div> </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
promethee-1.6.41 | app/views/promethee/components/blockquote/_edit.move.html.erb |
promethee-1.6.40 | app/views/promethee/components/blockquote/_edit.move.html.erb |