Sha256: 339e88bce85b0d03d06ca861fdd6a17d3a674344ddb4e1cbf2c5b140d413ea4a

Contents?: true

Size: 365 Bytes

Versions: 9

Compression:

Stored size: 365 Bytes

Contents

<%
  body = component[:attributes].dig(:body, :value)&.to_s&.html_safe
  author = component[:attributes].dig(:author, :value)&.to_s
%>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
promethee-4.0.8 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.7 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.6 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.5 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.4 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.3 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.2 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.1 app/views/promethee/components/blockquote/_show.html.erb
promethee-4.0.0 app/views/promethee/components/blockquote/_show.html.erb