Flash messages in package/details view added

This commit is contained in:
Christoph Haas 2015-04-26 01:41:18 +02:00
parent 2aaa4714c1
commit 1c50a45b31
2 changed files with 3 additions and 3 deletions

View file

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

View file

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