<% set_page_title @resource.title %>
<%= link_to enhance_instruction_index_path(tab: 2), class: 'o-ub-btn o-ub-btn--base o-btn--xs-full' do %> <%= t('instructions.btn.back') %> <% end %>
<%= render partial: 'lcms/engine/resources/header', locals: { resource: @resource } %>
<%= @resource.type_name %>

<%= @resource.title %>


<% if @resource.preview? %>
<% end %>

Description

<%= @resource.description.try(:html_safe) %>
<%= render partial: 'lcms/engine/resources/downloads', locals: { resource: @resource } %> <%= render partial: 'lcms/engine/resources/prerequisites_standards', locals: { resource: @resource } %> <%= render_tag_clouds(@resource) %> <% if @resource.copyright_attributions.present? %>

Credits

<%= render partial: 'lcms/engine/resources/engageny_generic', locals: { resource: @resource, color_code: color_code(@resource) } %>
<% end %>
<%= render partial: 'lcms/engine/resources/download_form', locals: { resource: @resource } %>
<% if @resource.preview? %> <% end %>