<%-
|
|
content_for :title, result_node.page_title.blank? ? result_node.title : result_node.page_title
|
|
content_for :meta_description, result_node.page_description
|
|
%>
|
|
|
|
|
|
<div class="question-container">
|
|
|
|
<div class="question-step">
|
|
<div><%= t 'results' %></div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="result-msg">
|
|
<%= @result_attachment&.body&.sub("<name>", html_escape(current_player.name)).html_safe %>
|
|
</div>
|
|
|
|
<div class="result-stats">
|
|
<%= @stats_attachment&.body&.sub("<score>", current_player.stats).html_safe %>
|
|
</div>
|
|
|
|
<div class="result-actions">
|
|
<%= link_to t('read_more'), "#", class: 'button__base' %>
|
|
<%= button_tag t('share_on_story'), type: 'button', class: 'button__base' %>
|
|
</div>
|
|
|
|
</div>
|