Moved long description box further up in details page.
This commit is contained in:
parent
4ff64ab146
commit
16f4597c9b
1 changed files with 4 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue