Fix the path to getting started page

This commit is contained in:
Marcin Kulik 2013-10-23 22:16:21 +02:00
parent ac64d04a51
commit 5674b488ae

View File

@ -11,7 +11,7 @@
<% if @asciicasts.size == 0 %> <% if @asciicasts.size == 0 %>
<% if current_user && current_user.id == @user.id -%> <% if current_user && current_user.id == @user.id -%>
You haven't recorded anything yet. You haven't recorded anything yet.
<%= link_to 'Record now', docs_path(:record) %> <%= link_to 'Record now', docs_path(:gettingstarted) %>
<% else -%> <% else -%>
<%= @user.nickname %> hasn't recorded anything yet. <%= @user.nickname %> hasn't recorded anything yet.
<% end -%> <% end -%>