diff options
Diffstat (limited to 'templates/repo/pulls/commits.tmpl')
-rw-r--r-- | templates/repo/pulls/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/pulls/commits.tmpl b/templates/repo/pulls/commits.tmpl index d084f9bc5a..422295f55b 100644 --- a/templates/repo/pulls/commits.tmpl +++ b/templates/repo/pulls/commits.tmpl @@ -11,7 +11,7 @@ <div class="ui divider"></div> {{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} - <div class="ui bottom attached tab pull segment active"> + <div class="ui bottom attached tab pull active"> {{template "repo/commits_table" .}} </div> </div> |