noesya/osuny

View on GitHub
app/views/admin/dashboard/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, t('admin.dashboard') %>

<% content_for :title_right do %>
  <% if current_university.logo.attached? %>
    <%= kamifusen_tag current_university.logo, width: 120 %>
  <% else %>
    <%= current_university %>
  <% end %>
<% end %>

<%= render 'admin/application/favorites/show' %>

<% if current_university.is_really_a_university? %>
  <%= render 'admin/dashboard/really_a_university' %>
<% else %>
  <%= render 'admin/dashboard/not_a_university' %>
<% end %>