aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Pinto <brunoferreirapinto@gmail.com>2018-07-22 11:49:46 -0400
committerAlec Warner <antarus@gentoo.org>2018-07-22 11:49:46 -0400
commit3b20f801380b2e37f1b06033bc3018987c75174f (patch)
tree02e7d10550f4826f2d2e5f32cb35119ef9b81c10
parentGo back to old changelog behavior for now. (diff)
downloadpackages-5-3b20f801380b2e37f1b06033bc3018987c75174f.tar.gz
packages-5-3b20f801380b2e37f1b06033bc3018987c75174f.tar.bz2
packages-5-3b20f801380b2e37f1b06033bc3018987c75174f.zip
Remove PFL links as they are longer working.
Closes: 653846 Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r--app/views/packages/_changed_package.html.erb5
-rw-r--r--app/views/packages/_resources.html.erb4
2 files changed, 0 insertions, 9 deletions
diff --git a/app/views/packages/_changed_package.html.erb b/app/views/packages/_changed_package.html.erb
index 2e917e7..5b407fb 100644
--- a/app/views/packages/_changed_package.html.erb
+++ b/app/views/packages/_changed_package.html.erb
@@ -34,11 +34,6 @@
<span class="fa fa-fw fa-rss"></span>
<%= t :res_feed %>
</a></li>
- <li role="separator" class="divider"></li>
- <li><a href="http://www.portagefilelist.de/site/query/listPackageVersions/?category=<%= package.category %>&package=<%= package.name %>&do#result" target="_blank">
- <span class="fa fa-fw fa-files-o"></span>
- <%= t :res_installed_files %> <small>(via PFL<span class="fa fa-fw fa-external-link-square"></span>)</small>
- </a></li>
</ul>
</div>
</div>
diff --git a/app/views/packages/_resources.html.erb b/app/views/packages/_resources.html.erb
index 51576a9..40a2547 100644
--- a/app/views/packages/_resources.html.erb
+++ b/app/views/packages/_resources.html.erb
@@ -27,9 +27,5 @@
<span class="fa fa-fw fa-rss"></span>
<%= t :res_feed %>
</a>
- <a href="http://www.portagefilelist.de/site/query/listPackageVersions/?category=<%= package.category %>&package=<%= package.name %>&do#result" class="list-group-item" target="_blank">
- <span class="fa fa-fw fa-files-o"></span>
- <%= t :res_installed_files %> <small>(via PFL<span class="fa fa-fw fa-external-link-square"></span>)</small>
- </a>
</div>
</div>