Make "Browse all" links buttons
This commit is contained in:
parent
ba387bbb20
commit
7921f5e729
@ -62,11 +62,11 @@
|
|||||||
.asciicast-list
|
.asciicast-list
|
||||||
= render 'asciicasts/previews', asciicasts: page.featured_asciicasts, per_row: 3
|
= render 'asciicasts/previews', asciicasts: page.featured_asciicasts, per_row: 3
|
||||||
p
|
p
|
||||||
a href=category_path(:featured) Browse featured asciicasts
|
a href=category_path(:featured) class="btn btn-success" Browse featured asciicasts
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
h1 Latest asciicasts
|
h1 Latest asciicasts
|
||||||
.asciicast-list
|
.asciicast-list
|
||||||
= render 'asciicasts/previews', asciicasts: page.latest_asciicasts, per_row: 3
|
= render 'asciicasts/previews', asciicasts: page.latest_asciicasts, per_row: 3
|
||||||
p
|
p
|
||||||
a href=browse_path Browse all asciicasts
|
a href=browse_path class="btn btn-success" Browse all asciicasts
|
||||||
|
Loading…
Reference in New Issue
Block a user