Sha256: 44c58fb756e9497c6d6832fcd13df18c3da3501b346b15f881deae14ae59c390

Contents?: true

Size: 364 Bytes

Versions: 50

Compression:

Stored size: 364 Bytes

Contents

<%
  body = component[:attributes][:searchable_body].to_s
  author = component[:attributes][:searchable_author].to_s
%>

<div class="row <%= promethee_class_for(component) %>">
  <div class="col col-md-12">
    <div class="blockquote"><%= body.html_safe %></div>
    <% if author.present? %>
      <p class="author"><%= author %></p>
    <% end %>
  </div>
</div>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
promethee-1.10.8 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.7 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.6 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.5 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.4 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.3 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.10.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.9.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.8.4 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.8.3 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.8.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.8.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.8.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.7.12 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.7.11 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.7.10 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.7.9 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.7.8 app/views/promethee/components/blockquote/_show.html.erb