comparison rhodecode/templates/journal/public_journal.html @ 1087:51076a2a2b64 beta

fixed unicode problems with file paths. added feed arg to journal action mapper
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 26 Feb 2011 16:04:38 +0100
parents 3fe3285868d1
children f91d3f9b7230
comparison
equal deleted inserted replaced
1086:b25a9f13fda1 1087:51076a2a2b64
13 13
14 <div class="box"> 14 <div class="box">
15 <!-- box / title --> 15 <!-- box / title -->
16 <div class="title"> 16 <div class="title">
17 <h5>${_('Public Journal')}</h5> 17 <h5>${_('Public Journal')}</h5>
18 <ul class="links">
19 <li>
20 <span>${h.link_to(_('RSS'),h.url('public_journal_rss'),class_='rss_icon')}</span>
21 </li>
22 <li>
23 <span>${h.link_to(_('Atom'),h.url('public_journal_atom'),class_='atom_icon')}</span>
24 </li>
25
26 </ul>
27
18 </div> 28 </div>
19 <script type="text/javascript"> 29 <script type="text/javascript">
20 function show_more_event(){ 30 function show_more_event(){
21 YUE.on(YUD.getElementsByClassName('show_more'),'click',function(e){ 31 YUE.on(YUD.getElementsByClassName('show_more'),'click',function(e){
22 var el = e.target; 32 var el = e.target;