File tree 1 file changed +6
-8
lines changed
readthedocs/templates/core
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 25
25
</ div >
26
26
< div class ="menu-dropdown ">
27
27
< ul >
28
- < ul >
29
- < li > < a href ="{% url 'projects_dashboard' %} "> {% trans "My Projects" %}</ a > </ li >
30
- < li > < a href ="{% url 'profiles_profile_edit' %} "> {% trans "Settings" %}</ a > </ li >
31
- < li > < a href ="{% url 'support' %} "> {% trans "Support" %}</ a > </ li >
32
- </ ul >
33
- < ul >
34
- < li > < a href ="{% url 'account_logout' %} "> {% trans "Log Out" %}</ a > </ li >
35
- </ ul >
28
+ < li > < a href ="{% url 'projects_dashboard' %} "> {% trans "My Projects" %}</ a > </ li >
29
+ < li > < a href ="{% url 'profiles_profile_edit' %} "> {% trans "Settings" %}</ a > </ li >
30
+ < li > < a href ="{% url 'support' %} "> {% trans "Support" %}</ a > </ li >
31
+ </ ul >
32
+ < ul >
33
+ < li > < a href ="{% url 'account_logout' %} "> {% trans "Log Out" %}</ a > </ li >
36
34
</ ul >
37
35
</ div >
38
36
</ div >
You can’t perform that action at this time.
0 commit comments