diff options
author | Alec Warner <antarus@gentoo.org> | 2018-02-26 19:47:39 -0500 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-02-26 19:47:39 -0500 |
commit | e6f18c26bebdb5056312ef4598298d7299335498 (patch) | |
tree | 9b9433f0191c1ca4911d4f85238a59aaf970f6d7 /app/views/packages | |
parent | Revert "Uniqify versions in the UI for the moment." (diff) | |
download | packages-5-e6f18c26bebdb5056312ef4598298d7299335498.tar.gz packages-5-e6f18c26bebdb5056312ef4598298d7299335498.tar.bz2 packages-5-e6f18c26bebdb5056312ef4598298d7299335498.zip |
Also update view.v6.0.8
Missed this in last commit.
Diffstat (limited to 'app/views/packages')
-rw-r--r-- | app/views/packages/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/packages/show.html.erb b/app/views/packages/show.html.erb index 28c81ee..30e0013 100644 --- a/app/views/packages/show.html.erb +++ b/app/views/packages/show.html.erb @@ -2,7 +2,7 @@ <% cache "#{@package.atom}-#{@package.metadata_hash}" do %> <div class="row"> <div class="col-md-9"> - <%= render partial: 'versions', object: @package.unique_versions, as: 'versions' %> + <%= render partial: 'versions', object: @package.versions, as: 'versions' %> <% if @package.removal_pending? %> <%= render partial: 'removal_notice', object: @package, as: 'package' %> |