From 4baa17511f26d6a1e1cf1bbb343ebc2746b3666d Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Wed, 6 Nov 2013 10:24:27 -0800 Subject: [PATCH] Hook up 'Learn More' and 'Sign Up' buttons --- app/views/site/index.html.erb | 10 ++++++---- config/locales/en.yml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index be0acc396..8ec1cad1f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -5,10 +5,12 @@

<%= t 'layouts.intro_text' %>

-
- Learn More - Sign Up -
+<% if !@user %> +
+ <%= t('layouts.learn_more') %> + <%= t('layouts.sign_up') %> +
+<% end %>