Changeset - 6a120c401d25
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2019-06-23 00:43:44
mads@kiilerich.com
Grafted from: ea52c3f74e87
pullrequests: in PR update list, only show first line of commit messages

Make it less overwhelming, and more like other changeset lists.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -167,7 +167,7 @@ ${self.repo_context_bar('showpullrequest
 
                              </span>
 
                            %endfor
 
                          </div>
 
                          <div class="message">${h.urlify_text(cs.message, c.repo_name)}</div>
 
                          <div class="message">${h.urlify_text(cs.message.splitlines()[0], c.repo_name)}</div>
 
                        </td>
 
                      %endif
 
                    </tr>
0 comments (0 inline, 0 general)