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

Fixed stafftools search to identify multiple classrooms per org #1681

Merged
merged 3 commits into from Oct 30, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>