Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2f419b4c
Commit
2f419b4c
authored
Nov 18, 2020
by
Mathieu Giraud
Browse files
views/db_layout.html: 'My Account' in dev mode
Opens
#4562
parent
7e950d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/db_layout.html
View file @
2f419b4c
...
...
@@ -5,8 +5,8 @@
<a
class=
"button button_token run_token"
onclick=
"db.call('sample_set/all', {'type': 'run', 'page': 0});"
>
runs
</a>
<a
class=
"button button_token generic_token"
onclick=
"db.call('sample_set/all', {'type': 'generic', 'page': 0} );"
>
sets
</a>
<a
class=
"button"
onclick=
"db.call('notification/index');"
>
news
</a>
<a
class=
"button"
onclick=
"db.call('my_account/index');"
>
my account
</a>
<a
class=
"button"
onclick=
"db.call('my_account/jobs');"
>
my jobs
</a>
<a
class=
"button
devel-mode
"
onclick=
"db.call('my_account/index');"
>
my account
</a>
<a
class=
"button
devel-mode
"
onclick=
"db.call('my_account/jobs');"
>
my jobs
</a>
<!-- <a class="button" onclick="db.call('log/index');">log</a> -->
{{if auth.is_admin():}}
- - -
...
...
Write
Preview
Markdown
is supported
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