houdini/app/views/components/_quote_box.html.erb

10 lines
383 B
Text
Raw Normal View History

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<blockquote><%= quote %></blockquote>
<div class='group'>
<table class='u-marginTop--30 u-floatR'><tr>
<td class='u-width--60'><img src="<%= asset_path img_url %>" class='u-circle'></td>
<td class='u-paddingLeft--10'><small><%= caption %></small></td>
</table></tr>
</div>