Show More
@@ -1,3 +1,5 b'' | |||
|
1 | <%namespace name="base" file="/base/base.mako"/> | |
|
2 | ||
|
1 | 3 | <%def name="refs_counters(branches, closed_branches, tags, bookmarks)"> |
|
2 | 4 | <span class="branchtag tag"> |
|
3 | 5 | <a href="${h.route_path('branches_home',repo_name=c.repo_name)}" class="childs"> |
@@ -229,7 +231,9 b'' | |||
|
229 | 231 | <div class="fieldset collapsable-content" data-toggle="summary-details" style="display: none;"> |
|
230 | 232 | <div class="left-label-summary"> |
|
231 | 233 | <p>${_('Owner')}</p> |
|
232 | ||
|
234 | <div class=""> | |
|
235 | ${base.gravatar_with_user(c.rhodecode_db_repo.user.email, 16)} | |
|
236 | </div> | |
|
233 | 237 | |
|
234 | 238 | </div> |
|
235 | 239 | </div> |
@@ -251,9 +255,3 b'' | |||
|
251 | 255 | ${_('Show More')} |
|
252 | 256 | </div> |
|
253 | 257 | </%def> |
|
254 | ||
|
255 | <%def name="summary_stats(gravatar_function)"> | |
|
256 | <div class=""> | |
|
257 | ${gravatar_function(c.rhodecode_db_repo.user.email, 16)} | |
|
258 | </div> | |
|
259 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now