Skip to content

Commit

Permalink
Remove unsupported tumbleweed distribution download page
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo Yunhe committed Jul 2, 2017
1 parent 9a52599 commit a1a38d0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 219 deletions.
5 changes: 0 additions & 5 deletions app/controllers/distributions_controller.rb
Expand Up @@ -26,11 +26,6 @@ def tumbleweed_ports
render layout: 'download'
end

# GET /distributions/tumbleweed/unsupported
def tumbleweed_unsupported
render layout: 'download'
end

# GET /distributions/testing
def testing
render layout: 'download'
Expand Down
10 changes: 0 additions & 10 deletions app/views/distributions/_unsupported_live_media.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/distributions/tumbleweed.html.erb
Expand Up @@ -84,7 +84,6 @@ laptops, and servers.') %>
<%= link_to _('Get openSUSE Tumbleweed for other architectures.'), tumbleweed_ports_distributions_path %>
</p>
<%= render "choosing_media" %>
<%= render "unsupported_live_media" %>
<%= render "tumbleweed_switch" %>
<%= render partial: 'documentation', locals: { distro: "Tumbleweed" } %>
<%= render "verify_download" %>
Expand Down
1 change: 0 additions & 1 deletion app/views/distributions/tumbleweed_ports.html.erb
Expand Up @@ -190,7 +190,6 @@
</tbody>
</table>
<%= render "choosing_media" %>
<%= render "unsupported_live_media" %>
<%= render "tumbleweed_switch" %>
<%= render partial: "documentation", locals: { distro: 'Tumbleweed' } %>
<%= render "verify_download" %>
Expand Down
202 changes: 0 additions & 202 deletions app/views/distributions/tumbleweed_unsupported.html.erb

This file was deleted.

0 comments on commit a1a38d0

Please sign in to comment.