Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c7fa6186
Commit
c7fa6186
authored
Jun 10, 2014
by
Marc Duez
Browse files
database: add reload() to db_layout
parent
66a27462
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/db_layout.html
View file @
c7fa6186
...
...
@@ -11,10 +11,15 @@
</div>
<div
id=
"db_auth"
>
{{if auth.user:}}
<a
class=
"button"
onclick=
"db.call('default/user/profile');"
>
{{=auth.user.first_name}}
</a>
<a
class=
"button"
onclick=
"db.request('default/user/logout');"
>
disconnect
</a>
{{pass}}
<div>
{{if auth.user:}}
<a
class=
"button"
onclick=
"db.call('default/user/profile');"
>
{{=auth.user.first_name}}
</a>
<a
class=
"button"
onclick=
"db.request('default/user/logout');"
>
disconnect
</a>
{{pass}}
</div>
<div>
<a
class=
"button"
onclick=
"db.reload();"
>
reload
</a>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment