##// END OF EJS Templates
pull-requests: loosen strict view of pull-requests that state is changing...
pull-requests: loosen strict view of pull-requests that state is changing - we now replace it with limited view which still allows deletion/editing of reviewers or title and description - added labels for state changing instead of grey out (it was used for closed PRs) - small UI fixes

File last commit:

r4032:07c1bd09 default
r4103:78e087c7 default
Show More
hovercard_repo_commit.mako
8 lines | 421 B | application/x-mako | MakoHtmlLexer
<%namespace name="base" file="/base/base.mako"/>
<%namespace name="dt" file="/data_table/_dt_elements.mako"/>
<div class="clear-fix">${base.gravatar_with_user(c.commit.author, tooltip=True)}</div>
<br/>
<a href="${h.route_path('repo_commit', repo_name=c.repo_name, commit_id=c.commit.raw_id)}">${h.show_id(c.commit)}</a> - ${c.commit.date}
<br/><br/>
<pre>${h.urlify_commit_message(c.commit.message, c.repo_name)}</pre>