Noosfero/noosfero

View on GitHub
app/views/shared/_template_welcome_page.html.erb

Summary

Maintainability
Test Coverage
<% if template && template.welcome_page_content.present? %>
  <h1><%= header % template.name %></h1>
  <%= template.welcome_page_content.html_safe %>
<% end %>