Show More
@@ -42,6 +42,8 b'' | |||
|
42 | 42 | </span> |
|
43 | 43 | %endif |
|
44 | 44 | %endif: |
|
45 | ||
|
46 | ##REPO TYPE | |
|
45 | 47 | %if c.dbrepo.repo_type =='hg': |
|
46 | 48 | <img style="margin-bottom:2px" class="icon" title="${_('Mercurial repository')}" alt="${_('Mercurial repository')}" src="${h.url("/images/icons/hgicon.png")}"/> |
|
47 | 49 | %endif |
@@ -49,32 +51,37 b'' | |||
|
49 | 51 | <img style="margin-bottom:2px" class="icon" title="${_('Git repository')}" alt="${_('Git repository')}" src="${h.url("/images/icons/giticon.png")}"/> |
|
50 | 52 | %endif |
|
51 | 53 |
|
|
54 | ##PUBLIC/PRIVATE | |
|
52 | 55 | %if c.dbrepo.private: |
|
53 | 56 | <img style="margin-bottom:2px" class="icon" title="${_('private repository')}" alt="${_('private repository')}" src="${h.url("/images/icons/lock.png")}"/> |
|
54 | 57 | %else: |
|
55 | 58 | <img style="margin-bottom:2px" class="icon" title="${_('public repository')}" alt="${_('public repository')}" src="${h.url("/images/icons/lock_open.png")}"/> |
|
56 | 59 | %endif |
|
57 | <span style="font-size: 1.6em;font-weight: bold;vertical-align: baseline;">${h.repo_link(c.dbrepo.groups_and_repo)}</span> | |
|
60 | ||
|
61 | ##REPO NAME | |
|
62 | <span style="font-size: 1.6em;font-weight: bold;vertical-align: baseline;clear:right">${h.repo_link(c.dbrepo.groups_and_repo)}</span> | |
|
58 | 63 | |
|
64 | ##FORK | |
|
59 | 65 |
|
|
60 |
|
|
|
66 | <div style="margin-top:5px;clear:both""> | |
|
61 | 67 |
|
|
62 | 68 |
|
|
63 | 69 |
|
|
64 | 70 |
|
|
65 | 71 |
|
|
66 | 72 |
|
|
67 |
|
|
|
73 | </div> | |
|
68 | 74 |
|
|
75 | ##REMOTE | |
|
69 | 76 |
|
|
70 |
|
|
|
77 | <div style="margin-top:5px;clear:both"> | |
|
71 | 78 |
|
|
72 | 79 |
|
|
73 | 80 |
|
|
74 | 81 |
|
|
75 | 82 |
|
|
76 | 83 |
|
|
77 |
|
|
|
84 | </div> | |
|
78 | 85 |
|
|
79 | 86 | </div> |
|
80 | 87 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now