Replaced foundation icons by font awesome icons
This commit is contained in:
parent
97c5878227
commit
5a203415b0
6 changed files with 15 additions and 596 deletions
|
|
@ -42,7 +42,7 @@
|
|||
.small-5.medium-5.columns
|
||||
.bigpanel
|
||||
p.subtitle
|
||||
i.fi-info
|
||||
= fa_icon 'info-circle'
|
||||
' Description
|
||||
// TODO: split long_description by <p> tags
|
||||
- if @package.long_description.present?
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
- if @package.homepage.present?
|
||||
hr
|
||||
p.subtitle
|
||||
i.fi-home
|
||||
= fa_icon 'home'
|
||||
' Homepage
|
||||
p
|
||||
= link_to @package.homepage, @package.homepage, target: '_blank'
|
||||
|
|
@ -61,8 +61,12 @@
|
|||
/ p.subtitle Newest known version
|
||||
/ p =@package.version
|
||||
|
||||
a.button.round.expand data-open="upload-modal" Upload more screenshots for #{@package.name}
|
||||
hr
|
||||
|
||||
p.subtitle
|
||||
a.expand data-open="upload-modal"
|
||||
= fa_icon 'upload'
|
||||
' Upload more screenshots
|
||||
// Modal upload window
|
||||
#upload-modal.reveal data-reveal=true role='dialog'
|
||||
h1 Upload new screenshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue