Remove unused partials

element
Marcin Kulik 9 years ago
parent de83c3de98
commit 44eef73b99

@ -18,10 +18,6 @@ class HomePagePresenter
Asciicast.homepage_featured.decorate
end
def install_script_url
"https://asciinema.org/install"
end
private
def get_asciicast

@ -1 +0,0 @@
<pre>curl -sL https://asciinema.org/install | sh</pre><p><a href='https://asciinema.org/install'>This script</a> will download the latest asciinema recorder binary for your platform, and install it in your <code>$PATH</code>.</p>

@ -1,2 +0,0 @@
<%= render partial: 'docs/script_install' %>
<p>Other installation options, (Homebrew, Ubuntu, Fedora, Arch Linux, Nix, Gentoo), are <a href='<%= docs_path(:installation) %>'>also available</a>.</p>
Loading…
Cancel
Save