2018-10-05 09:55:29 +00:00
|
|
|
#button-toggle
|
|
|
|
#logo
|
|
|
|
img(src="/images/logo.png" width=111 height=32)
|
|
|
|
|
|
|
|
#search-bar
|
2019-02-04 08:48:39 +00:00
|
|
|
input#search-input(type='search')
|
|
|
|
i#search-icon.icon-magnifier(aria-hidden='true')
|
|
|
|
i#close-search-icon.icon-close(aria-hidden='true')
|
2018-10-05 09:55:29 +00:00
|
|
|
|
2018-11-12 17:51:08 +00:00
|
|
|
details
|
|
|
|
summary#notifications-button
|
2018-12-06 18:47:32 +00:00
|
|
|
div.menu-notification
|
|
|
|
div 7
|
2018-11-12 17:51:08 +00:00
|
|
|
#notifications
|
|
|
|
include page-notifications.pug
|
2018-10-05 09:55:29 +00:00
|
|
|
|
2018-12-10 12:30:15 +00:00
|
|
|
sib-display#profile(
|
2019-01-09 14:14:01 +00:00
|
|
|
data-fields='first_name, account.picture',
|
2019-01-07 16:18:02 +00:00
|
|
|
widget-account.picture='sib-display-img',
|
2018-12-10 12:30:15 +00:00
|
|
|
bind-user
|
2019-03-25 15:35:36 +00:00
|
|
|
)
|
2018-12-10 12:30:15 +00:00
|
|
|
|