File tree Expand file tree Collapse file tree
scanpipe/templates/scanpipe/includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 </ a >
3636 < div class ="navbar-dropdown is-right ">
3737 < a class ="navbar-item " href ="{% url 'account_profile' %} ">
38+ < span class ="icon mr-1 ">
39+ < i class ="fa-solid fa-user-circle "> </ i >
40+ </ span >
3841 Profile settings
3942 </ a >
40- < form id ="logout-form " method ="post " action ="{% url 'logout' %} ">
41- {% csrf_token %}
42- < button class ="navbar-item button is-white has-text-grey-dark is-fullwidth is-justify-content-flex-start " type ="submit ">
43- Sign out
44- </ button >
45- </ form >
4643 < hr class ="navbar-divider ">
4744 < div class ="navbar-item ">
4845 < i > ScanCode.io {{ SCANCODEIO_VERSION }}</ i >
4946 </ div >
5047 < div class ="navbar-item ">
5148 < i > ScanCode-toolkit {{ SCANCODE_TOOLKIT_VERSION }}</ i >
5249 </ div >
50+ < hr class ="navbar-divider ">
51+ < form id ="logout-form " method ="post " action ="{% url 'logout' %} ">
52+ {% csrf_token %}
53+ < button class ="navbar-item button is-white is-fullwidth is-justify-content-flex-start " type ="submit ">
54+ < span class ="icon mr-1 ">
55+ < i class ="fa-solid fa-power-off "> </ i >
56+ </ span >
57+ Sign out
58+ </ button >
59+ </ form >
5360 </ div >
5461 </ div >
5562 {% else %}
You can’t perform that action at this time.
0 commit comments