<% Node.roots.viewable.first.attachments.limit(2).each_with_index do |attachment, i| %>
|
|
<%= tag.div attachment.body.html_safe, class: i == 0 ? "intro-content-header" : "intro-content-body" %>
|
|
<% end %>
|
|
|
|
<%= link_to t('get_started'), url_for(controller: 'players', action: 'new', locale: I18n.locale), class: 'button__base' %>
|
|
|
|
|