From 7921f5e72902dc5c33855d3717cca0d1c61faec8 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 5 Jul 2014 19:37:49 +0200 Subject: [PATCH] Make "Browse all" links buttons --- app/views/home/show.html.slim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/home/show.html.slim b/app/views/home/show.html.slim index 319bccb..239cfa6 100644 --- a/app/views/home/show.html.slim +++ b/app/views/home/show.html.slim @@ -34,7 +34,7 @@ .row.features .col-md-4 h1 Simple recording - p + p ' Record right where you work - in a terminal. To start just run asciinema rec, to finish hit <ctrl-d> or type exit. p @@ -62,11 +62,11 @@ .asciicast-list = render 'asciicasts/previews', asciicasts: page.featured_asciicasts, per_row: 3 p - a href=category_path(:featured) Browse featured asciicasts + a href=category_path(:featured) class="btn btn-success" Browse featured asciicasts .row .col-md-12 h1 Latest asciicasts .asciicast-list = render 'asciicasts/previews', asciicasts: page.latest_asciicasts, per_row: 3 p - a href=browse_path Browse all asciicasts + a href=browse_path class="btn btn-success" Browse all asciicasts