2020-06-12 20:03:43 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<!-- partial start: nonprofit/header_content -->
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td class='fundraisingHeader-content-sideElementTd'>
|
2021-01-05 21:57:24 +00:00
|
|
|
<div class='fundraisingHeader-content-logo' style="background-image:url('<%= @nonprofit.logo.attached? ? rails_storage_proxy_url(@nonprofit.logo_by_size(:normal)) : "" %>');">
|
2018-03-25 17:30:42 +00:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td class='fundraisingHeader-content-textTd'>
|
|
|
|
<h1 class='fundraisingHeader-content-title' data-id='<%= @nonprofit.id %>'><%= @nonprofit.name %></h1>
|
|
|
|
<h4 class='fundraisingHeader-content-sub'><%= @nonprofit.tagline %></h4>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- partial end: nonprofit/header_content -->
|