gitcoinco/code_fund_ads

View on GitHub
app/views/shared/sidebar_content/_footer_current_organization.html.erb

Summary

Maintainability
Test Coverage
<%= render "/shared/activity_indicator" %>
<% if Current.organization %>
  <footer class="aside-footer border-top p-3 text-center">
    <strong><%= Current.organization.name %></strong>
    <div>
      <a href="#" data-toggle="modal" data-target="#organizationUserModal">change</a>
      •
      <%= link_to "view", organization_path(Current.organization) %>
    </div>
  </footer>
<% end %>