Foundation icon font added.
This commit is contained in:
parent
65d5e39cf1
commit
2890f940b6
4 changed files with 599 additions and 2 deletions
|
|
@ -41,7 +41,9 @@
|
|||
|
||||
.small-5.medium-5.columns
|
||||
.bigpanel
|
||||
p.subtitle Description
|
||||
p.subtitle
|
||||
i.fi-info
|
||||
' Description
|
||||
// TODO: split long_description by <p> tags
|
||||
- if @package.long_description.present?
|
||||
= render(partial: 'long_description', locals: {text: @package.long_description})
|
||||
|
|
@ -50,7 +52,9 @@
|
|||
p Sorry - no more information available.
|
||||
- if @package.homepage.present?
|
||||
hr
|
||||
p.subtitle Homepage
|
||||
p.subtitle
|
||||
i.fi-home
|
||||
' Homepage
|
||||
p
|
||||
= link_to @package.homepage, @package.homepage, target: '_blank'
|
||||
/ hr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue