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
 
@@ -164,13 +164,13 @@ ${self.repo_context_bar('showpullrequest
 
                            %for tag in cs.tags:
 
                              <span class="label label-tag" title="${_('Tag %s') % tag}">
 
                                ${h.link_to(tag,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
 
                              </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>
 
                  %endfor
 
                </table>
 
              </div>
0 comments (0 inline, 0 general)