Added package homepage link to details page
This commit is contained in:
parent
c67f3062dc
commit
84b4d7f715
1 changed files with 5 additions and 1 deletions
|
|
@ -28,12 +28,16 @@
|
|||
|
||||
.small-5.medium-5.columns
|
||||
.bigpanel
|
||||
p.subtitle Details
|
||||
p.subtitle Description
|
||||
// TODO: split long_description by <p> tags
|
||||
- if @package.long_description
|
||||
p =@package.long_description
|
||||
- else
|
||||
p Sorry - no more information available.
|
||||
- if @package.homepage
|
||||
p.subtitle Homepage
|
||||
p
|
||||
= link_to @package.homepage, @package.homepage, target: '_blank'
|
||||
|
||||
|
||||
a.button.round.expand data-reveal-id="upload-modal" Upload more screenshots for #{@package.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue