You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
750 B

<%-
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("&lt;name&gt;", html_escape(current_player.name)).html_safe %>
</div>
<div class="result-stats">
<%= @stats_attachment&.body&.sub("&lt;score&gt;", 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>