File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def licenses():
47
47
return render_template ("licenses.html" )
48
48
49
49
50
- @app .route ("/app" )
50
+ @app .route ("/app/ " )
51
51
def mainapp ():
52
52
if not current_user .is_authenticated ():
53
53
return redirect (url_for ("main" ))
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $(function () {
49
49
data : { assertion : assertion } ,
50
50
success : function ( res , status , xhr ) {
51
51
var l = window . location . pathname . length ;
52
- window . location . href = "/app" ;
52
+ window . location . href = "/app/ " ;
53
53
} ,
54
54
error : function ( xhr , status , err ) {
55
55
navigator . id . logout ( ) ;
Original file line number Diff line number Diff line change 11
11
</ ul >
12
12
< ul class ="right ">
13
13
< li class ="has-dropdown ">
14
- < a href ="#/projects "> Projects</ a >
14
+ < a href ="#/ "> Projects</ a >
15
15
< ul class ="dropdown " ng-controller ="ProjectSwitcher ">
16
16
< li > < a ng-click ="newProject() "> New Project</ a > </ li >
17
17
< li class ="divider " ng-show ="projectsOwned.length > 0 || projectsParticipating.length > 0 "> </ li >
Original file line number Diff line number Diff line change 29
29
< div class ="contain-to-grid{% if landing %} landing-nav{% endif %} ">
30
30
< nav class ="top-bar ">
31
31
< ul class ="title-area ">
32
- < li class ="name "> < h1 > < a href ="{% if landing %}/{% else %}#/home {% endif %} "> Projecto</ a > </ h1 > </ li >
32
+ < li class ="name "> < h1 > < a href ="{% if landing %}/{% else %}#/{% endif %} "> Projecto</ a > </ h1 > </ li >
33
33
< li class ="toggle-topbar menu-icon "> < a href ="# "> < span > Menu</ span > </ a > </ li >
34
34
</ ul >
35
35
{% block navbar_section %}
You can’t perform that action at this time.
0 commit comments