Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #118 from omu/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
msdundar authored Jul 14, 2018
2 parents 7a538ba + 55bd666 commit 5e36d6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/studies/articles/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
<div class="card-body">
<ul class="list-group">
<% User.most_publishing.each do |user| %>
<li class="list-group-item"><%= user.identities.first.try(:first_name) %></li>
<li class="list-group-item">
<%= link_to user_path(user) do %>
<%= "#{user.identities.first.try(:first_name)} #{user.identities.first.try(:last_name)}" %>
<% end %>
- <%= user.duties.tenure.first.unit.name %>
</li>
<% end %>
</ul>
</div>
Expand Down

0 comments on commit 5e36d6c

Please sign in to comment.