noesya/osuny

View on GitHub
app/views/extranet/home/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, current_extranet_l10n %>
<% content_for :header do %>
  <div class="header__title">
    <% if current_extranet_l10n.home_sentence.present? %>
      <%= sanitize current_extranet_l10n.home_sentence %>
    <% else %>
      <p><%= t 'extranet.home.welcome' %></p>
    <% end %>
  </div>
<% end %>

<%= render 'extranet/home/features/contacts' if current_extranet.feature_contacts %>
<%= render 'extranet/home/features/posts' if current_extranet.feature_posts %>
<%= render 'extranet/home/features/alumni' if current_extranet.feature_alumni %>