Sha256: 71ffa207efffab5c94141c0c9b2af2b32525c7c0f9f7825cd2f178b05abfe5e9

Contents?: true

Size: 360 Bytes

Versions: 48

Compression:

Stored size: 360 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-md-12">
    <div class="blockquote"><%= body.html_safe %></div>
    <% if author.present? %>
      <p class="author"><%= author %></p>
    <% end %>
  </div>
</div>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-3.0.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-3.0.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.1.3 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.1.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.1.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.1.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.9 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.8 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.7 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.6 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.5 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.4 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.3 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-2.0.0 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.11.29 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.11.28 app/views/promethee/components/blockquote/_show.html.erb
promethee-1.11.27 app/views/promethee/components/blockquote/_show.html.erb