Flash messages in package/details view added
This commit is contained in:
parent
2aaa4714c1
commit
1c50a45b31
2 changed files with 3 additions and 3 deletions
|
|
@ -8,10 +8,11 @@ html
|
|||
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
||||
/ TODO: make the keywords reflect the virtual host (e.g. Debian)
|
||||
= stylesheet_link_tag "application", media: "all"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
= javascript_include_tag "application"
|
||||
= csrf_meta_tags
|
||||
|
||||
body
|
||||
= javascript_include_tag "application"
|
||||
// TODO: move topbar somewhere else than packages
|
||||
= render 'layouts/topbar'
|
||||
#content
|
||||
|
|
|
|||
|
|
@ -23,9 +23,8 @@
|
|||
// = partial '/package/comments'
|
||||
|
||||
.small-5.medium-5.columns
|
||||
= render 'layouts/messages'
|
||||
.bigpanel
|
||||
// Use action long description
|
||||
// TODO: Use actual description instead of placeholder text
|
||||
// TODO: split long_description by <p> tags
|
||||
// TODO: What to do if long description is missing?
|
||||
p =@package.long_description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue