Skip to content

Commit

Permalink
[webui] Remove duplicate search_owners_list
Browse files Browse the repository at this point in the history
Probably caused by a merge conflict.
  • Loading branch information
ChrisBr committed Nov 5, 2015
1 parent a42c0f7 commit 5f39503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/app/views/webui/search/_owners.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<%= project_or_package_link project: result.project, package: result.package, short: false %>
</h6>
<p>
<%= search_owners_list(result.users) %>
<%= search_owners_list(result.groups, :group) %>
<% search_owners_list(result.groups, :group).each do |result| %>
<%= result %>
<br/>
Expand Down

0 comments on commit 5f39503

Please sign in to comment.