comparison rhodecode/templates/summary/summary.html @ 1058:4fa80e0484ef rhodecode-0.0.1.1.3

rhodecode release 1.1.3 changes part2
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 16 Feb 2011 11:16:27 +0100
parents af6ca51fb80f
children f7bb54f8c20f
comparison
equal deleted inserted replaced
1057:af6ca51fb80f 1058:4fa80e0484ef
30 <div class="label"> 30 <div class="label">
31 <label>${_('Name')}:</label> 31 <label>${_('Name')}:</label>
32 </div> 32 </div>
33 <div class="input-short"> 33 <div class="input-short">
34 %if c.repo_info.dbrepo.repo_type =='hg': 34 %if c.repo_info.dbrepo.repo_type =='hg':
35 <img style="margin-bottom:2px" class="icon" title="${_('Mercurial repository')}" alt="${_('Mercurial repository')}" src="/images/icons/hgicon.png"/> 35 <img style="margin-bottom:2px" class="icon" title="${_('Mercurial repository')}" alt="${_('Mercurial repository')}" src="${h.url("/images/icons/hgicon.png")}"/>
36 %endif 36 %endif
37 %if c.repo_info.dbrepo.repo_type =='git': 37 %if c.repo_info.dbrepo.repo_type =='git':
38 <img style="margin-bottom:2px" class="icon" title="${_('Git repository')}" alt="${_('Git repository')}" src="/images/icons/giticon.png"/> 38 <img style="margin-bottom:2px" class="icon" title="${_('Git repository')}" alt="${_('Git repository')}" src="${h.url("/images/icons/giticon.png")}"/>
39 %endif 39 %endif
40 40
41 %if c.repo_info.dbrepo.private: 41 %if c.repo_info.dbrepo.private:
42 <img style="margin-bottom:2px" class="icon" title="${_('private repository')}" alt="${_('private repository')}" src="/images/icons/lock.png"/> 42 <img style="margin-bottom:2px" class="icon" title="${_('private repository')}" alt="${_('private repository')}" src="${h.url("/images/icons/lock.png")}"/>
43 %else: 43 %else:
44 <img style="margin-bottom:2px" class="icon" title="${_('public repository')}" alt="${_('public repository')}" src="/images/icons/lock_open.png"/> 44 <img style="margin-bottom:2px" class="icon" title="${_('public repository')}" alt="${_('public repository')}" src="${h.url("/images/icons/lock_open.png")}"/>
45 %endif 45 %endif
46 <span style="font-size: 1.6em;font-weight: bold;vertical-align: baseline;">${c.repo_info.name}</span> 46 <span style="font-size: 1.6em;font-weight: bold;vertical-align: baseline;">${c.repo_info.name}</span>
47 %if c.rhodecode_user.username != 'default': 47 %if c.rhodecode_user.username != 'default':
48 %if c.following: 48 %if c.following:
49 <span id="follow_toggle" class="following" title="${_('Stop following this repository')}" 49 <span id="follow_toggle" class="following" title="${_('Stop following this repository')}"