diff options
Diffstat (limited to 'templates/gitlist.qtpl')
-rw-r--r-- | templates/gitlist.qtpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl index fef9126..588c264 100644 --- a/templates/gitlist.qtpl +++ b/templates/gitlist.qtpl @@ -8,6 +8,8 @@ type GitListPage struct { {% func (p *GitListPage) Title() %}Git | List{% endfunc %} +{% func (p *GitListPage) Navbar() %}{%= Navbar(Git) %}{% endfunc %} + {% func (p *GitListPage) Content() %} <div class="row"> <div class="col-md-8 offset-md-2"> |