Files
grecia/app/views/welcome/_header.html.erb
2018-05-28 18:17:26 +02:00

13 lines
342 B
Plaintext

<% if header.present? %>
<%= header.title %>
<%= header.description %>
<% if header.image.present? %>
<%= image_tag(header.image_url(:large),
class: "margin",
alt: header.image.title) %>
<% end %>
<%= link_to header.button_text, header.button_url %>
<%= header.alignment %>
<% end %>