Commit 34e6fce30c41ceb8a3659aef85f51edbdeae5ef1
1 parent
9e7f32cf
Exists in
master
and in
1 other branch
mudando mais coisas
Showing
3 changed files
with
8 additions
and
4 deletions
Show diff stats
src/web/static/css/style.css
src/web/static/css/survey.css
src/web/templates/survey.html
... | ... | @@ -96,6 +96,7 @@ $for pkg in pkg_details: |
96 | 96 | <div class="content-pkg"> |
97 | 97 | <ul> |
98 | 98 | <li><b>Description</b>: |
99 | + <br />$:pkg['long_description']</li> | |
99 | 100 | <div class="screenshot"> |
100 | 101 | <a class="link-thumb" rel="facebox" |
101 | 102 | href="http://screenshots.debian.net/screenshot/$pkg['package']?.jpg" |
... | ... | @@ -103,7 +104,6 @@ $for pkg in pkg_details: |
103 | 104 | <img src="http://screenshots.debian.net/thumbnail/$pkg['package']" |
104 | 105 | alt="Screenshot $pkg['package']" /></a> |
105 | 106 | </div><!-- screenshot --> |
106 | - <br />$:pkg['long_description']</li> | |
107 | 107 | $if pkg['homepage']: |
108 | 108 | <li><b>Homepage</b>: $pkg['homepage']</li> |
109 | 109 | $if pkg['task']: | ... | ... |