43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
// Package list
|
|
//.small-4.columns
|
|
//.rating
|
|
// TODO: use actual rating
|
|
//.progress.radius
|
|
//span.meter style="width: #{rand(100)}%" Rating
|
|
|
|
.row.detailpage
|
|
.small-12.columns
|
|
h1 = "#{@package.name}>"
|
|
|
|
.small-7.medium-8.columns
|
|
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-thumb' title=screenshot.caption
|
|
img src=screenshot.url('large')
|
|
.imgcaption =screenshot.caption
|
|
|
|
// TODO: Enable comments in a later version
|
|
// = partial '/package/comments'
|
|
|
|
.small-5.medium-4.columns
|
|
.bigpanel
|
|
// Use action long description
|
|
p
|
|
' Mail client suitable for free distribution. It supports different mail
|
|
' accounts (POP, IMAP, Gmail), has an integrated learning Spam filter, and
|
|
' offers easy organization of mails with tagging and virtual folders. Also,
|
|
' more features can be added by installing extensions.
|
|
|
|
p
|
|
' The goal of Icedove is to produce a cross platform standalone mail
|
|
' application using the XUL user interface language.
|
|
|
|
// TODO: Enable comment form
|
|
//javascript:
|
|
// $('#comment-summary').on( 'input', function() {
|
|
// //$('#comment-content,#comment-author').fadeIn();
|
|
// $('form.comment > *').fadeIn();
|
|
// });
|