Foundation icon font added.

This commit is contained in:
Christoph Haas 2016-07-15 12:01:00 +02:00
parent 65d5e39cf1
commit 2890f940b6
4 changed files with 599 additions and 2 deletions

View file

@ -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