1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-07 07:43:16 +00:00
forgejo/templates/user/notification.tmpl

9 lines
286 B
Cheetah
Raw Normal View History

2014-03-14 09:12:28 +00:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-17 07:17:44 +00:00
<div id="gogs-body" class="container" data-page="user">
2014-03-18 22:31:54 +00:00
{{template "user/setting_nav" .}}
2014-03-14 09:12:28 +00:00
<div id="gogs-user-setting-container" class="col-md-9">
<h4>Notification</h4>
</div>
</div>
{{template "base/footer" .}}