Changeset - 353c5dcf9aa8
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2019-03-22 02:21:53
mads@kiilerich.com
pull-request: make pull request title point to the pull request, but explain that it is a PR comment and let "comment" link to the comment
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -13,14 +13,15 @@
 
              ${co.author.full_name_and_username}
 
          </span>
 

	
 
          <span data-toggle="tooltip" title="${h.fmt_date(co.modified_at)}">
 
              ${h.age(co.modified_at)}
 
              %if co.pull_request:
 
                <a href="${co.url()}">${_("comment")}</a>
 
                ${_('on pull request')}
 
                <a href="${co.url()}">"${co.pull_request.title or _("No title")}"</a>
 
                <a href="${co.pull_request.url()}">"${co.pull_request.title or _("No title")}"</a>
 
              %else:
 
                ${_('on this changeset')}
 
              %endif
 
              <a class="permalink" href="${co.url()}">&para;</a>
 
          </span>
 

	
0 comments (0 inline, 0 general)