Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
eis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0de7e3da
authored
Oct 28, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update route URLs in profile and password links for consistency
1 parent
d6ded8e3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
eispajak/views/templates/eis-base.pt
eispajak/views/templates/eis-base.pt
View file @
0de7e3d
...
@@ -112,13 +112,13 @@
...
@@ -112,13 +112,13 @@
</span>
</span>
<i
class=
"fa fa-angle-down"
></i>
</a>
<i
class=
"fa fa-angle-down"
></i>
</a>
<ul
class=
"dropdown-menu pull-right"
>
<ul
class=
"dropdown-menu pull-right"
>
<li><a
style=
"text-transform:capitalize"
href=
"${request.route_url('
base-
profile')}"
>
Profile
</a>
<li><a
style=
"text-transform:capitalize"
href=
"${request.route_url('profile')}"
>
Profile
</a>
</li>
</li>
<li
tal:condition=
"not request.user.external"
>
<li
tal:condition=
"not request.user.external"
>
<a
style=
"text-transform:capitalize"
href=
"${request.route_url('
base-
password')}"
>
Ubah
<a
style=
"text-transform:capitalize"
href=
"${request.route_url('password')}"
>
Ubah
password
</a>
password
</a>
</li>
</li>
<li><a
style=
"text-transform:capitalize"
href=
"${request.route_url('
base-
logout')}"
>
Logout
</a>
<li><a
style=
"text-transform:capitalize"
href=
"${request.route_url('logout')}"
>
Logout
</a>
</li>
</li>
<li
tal:condition=
"request.user.api_key"
><a
style=
"text-transform:capitalize"
<li
tal:condition=
"request.user.api_key"
><a
style=
"text-transform:capitalize"
href=
"${home}/recreate-api-key"
>
API Key
</a></li>
href=
"${home}/recreate-api-key"
>
API Key
</a></li>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment