%if c.rhodecode_user.username != 'default':
${h.link_to(_('RSS'),h.url('rss_feed_home',repo_name=c.dbrepo.repo_name,api_key=c.rhodecode_user.api_key),class_='rss_icon')}
@@ -73,119 +73,119 @@
%endif
%endif
##REPO TYPE
- %if h.is_hg(c.dbrepo):
-
})
- %endif
- %if h.is_git(c.dbrepo):
-
})
- %endif
+ %if h.is_hg(c.dbrepo):
+
})
+ %endif
+ %if h.is_git(c.dbrepo):
+
})
+ %endif
##PUBLIC/PRIVATE
- %if c.dbrepo.private:
-
})
- %else:
-
})
- %endif
+ %if c.dbrepo.private:
+
})
+ %else:
+
})
+ %endif
- ##REPO NAME
-
${h.repo_link(c.dbrepo.groups_and_repo)}
+ ##REPO NAME
+
${h.repo_link(c.dbrepo.groups_and_repo)}
##FORK
- %if c.dbrepo.fork:
-
- %endif
- ##REMOTE
- %if c.dbrepo.clone_uri:
+ %if c.dbrepo.fork:
+
+ %endif
+ ##REMOTE
+ %if c.dbrepo.clone_uri:
- %endif
-