Commit 22d71862f7dc89b58ac8525bec6374ee58c07966

Authored by Tiago Bortoletto Vaz
1 parent 9e9ca83f
Exists in master and in 1 other branch add_vagrant

Some hacking on livequery to improve popup viewer.

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
src/web/templates/package.html
1 1 $def with (pkg)
2   -<h1>$pkg['package']: $pkg['description']</h1>
3   -
  2 +<!--
  3 +<br />
4 4 <div class="align-right">
5 5 <button type="button" class="like_button" onclick=";return false;" id="like" >
6 6 <img src="/static/images/pixel-vfl73.gif" alt="">
... ... @@ -18,8 +18,9 @@ $def with (pkg)
18 18 </div>
19 19 </div>
20 20 <br />
21   -<br />
  21 +-->
22 22 <div class="graybox">
  23 +<h1>$pkg['package'] - <i>$pkg['description']</i></h1>
23 24 <table><tr><td class="noborder">
24 25 <h2>Details</h2>
25 26 <ul>
... ...