Information panel on right side of details page fixed
This commit is contained in:
parent
fb62bee05a
commit
a4d59caef4
2 changed files with 2 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ a.black
|
|||
|
||||
.bigpanel
|
||||
{
|
||||
background-color: white;
|
||||
background-color: $light-gray;
|
||||
border-radius: 10px;
|
||||
padding: 1em 1em 0.1em 1em;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
- else
|
||||
p Sorry - no more information available.
|
||||
- if @package.homepage
|
||||
hr
|
||||
p.subtitle Homepage
|
||||
p
|
||||
= link_to @package.homepage, @package.homepage, target: '_blank'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue