Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1681 from education/multiple-classrooms-stafftool…
Browse files Browse the repository at this point in the history
…s-fix

Fixed stafftools search to identify multiple classrooms per org
  • Loading branch information
BenEmdon committed Oct 30, 2018
2 parents 4f913bd + b9e9298 commit 8e8cb96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/stafftools/organizations/_organization.html.erb
Expand Up @@ -5,9 +5,10 @@

<div class="col-10 col-md-10 d-flex flex-column">
<%= link_to stafftools_organization_path(organization.id) do %>
<strong class="search-result-title"><%= organization.login %></strong>
<strong class="search-result-title"><%= organization.title %></strong>
<% end %>

<span class="text-gray css-truncate css-truncate-target"><%= t('views.stafftools.organizations.added') %> <%= local_time_ago(organization.created_at) %></span><br>
<span class="text-gray css-truncate css-truncate-target"> <%= organization.login %></span>
<span class="text-gray css-truncate css-truncate-target"><%= t('views.stafftools.organizations.added') %> <%= local_time_ago(organization.created_at) %></span>
</div>
</div>

0 comments on commit 8e8cb96

Please sign in to comment.