Sha256: 676e7f614f77de683f91534ba2d34e4919939cb6548427b6d3384d819b643392
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 Bytes
Contents
<% body = component[:attributes][:searchable_body].to_s author = component[:attributes][:searchable_author].to_s %> <div class="row promethee__component promethee__component__row"> <div class="col col-md-8 promethee__component promethee__component__column"> <blockquote><%= body.html_safe %></blockquote> <% if author.present? %> <p><%= author %></p> <% end %> </div> <div class="col col-md-4 promethee__component promethee__component__column"> <%= image_tag "drawings/blockquote/pencil.png", class: "img-responsive" %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
promethee-1.6.41 | app/views/promethee/components/blockquote/_show.html.erb |
promethee-1.6.40 | app/views/promethee/components/blockquote/_show.html.erb |