diff options
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index cab0fb53d4..3002ff4b38 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -1,3 +1,4 @@ +<div class="header-wrapper"> {{with .Repository}} <div class="ui container"><!-- start container --> <div class="ui vertically padded grid head"><!-- start grid --> @@ -85,3 +86,4 @@ {{else}} <div class="ui divider"></div> {{end}} +</div>
\ No newline at end of file |