Moved long description box further up in details page.

This commit is contained in:
Christoph Haas 2014-12-29 14:54:45 +01:00
parent 4ff64ab146
commit 16f4597c9b

View file

@ -1,10 +1,4 @@
// Package list
.row.detailpage
.small-12.columns
h1 = "#{@package.name}>"
p.subtitle = @package.description
//.small-4.columns
//.rating
// TODO: use actual rating
@ -13,10 +7,13 @@
.row.detailpage
.small-7.medium-8.columns
h1 = "#{@package.name}>"
p.subtitle = @package.description
ul.small-block-grid-1.medium-block-grid-2.large-block-grid-2
- for screenshot in @package.screenshots
li
a.black.fancybox href=screenshot.url('large') rel='fancybox-group' title=screenshot.caption
a.black.fancybox href=screenshot.url('large') rel='fancybox-thumb' title=screenshot.caption
img src=screenshot.url('large')
.imgcaption =screenshot.caption