Fix the "Start recording" links on home page

This commit is contained in:
Marcin Kulik 2013-10-26 00:01:27 +02:00
parent 88e2e54477
commit 641b71d964

View File

@ -8,10 +8,10 @@ section#about.feature
' Asciinema is the simplest way to record your terminal and share the ' Asciinema is the simplest way to record your terminal and share the
recordings with your fellow geeks. Simply record and upload your recordings with your fellow geeks. Simply record and upload your
terminal session with terminal session with
#{link_to 'a single command', docs_path(:record)}, and Asciinema will #{link_to 'a single command', docs_path(:gettingstarted)}, and Asciinema will
play it back in your browser. play it back in your browser.
p p
= link_to '» Start Recording'.html_safe, docs_path(:record) = link_to '» Start Recording'.html_safe, docs_path(:gettingstarted)
.secondary_info .secondary_info
= player @asciicast, :speed => 2.0, :hud => false if @asciicast = player @asciicast, :speed => 2.0, :hud => false if @asciicast