File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
client/src/app/auth/components Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 33 <header class =" page-header" >
44 <h3 >Codecasts - SPA - Starter Kit</h3 >
55 </header >
6- <div class =" col-md-4" >
7- <ul class =" nav nav-pills nav-stacked" >
8- <router-link tag =" li" :to =" { name: 'auth.singin' }" >
9- <a >Sing in</a >
10- </router-link >
11- <router-link tag =" li" :to =" { name: 'auth.singup' }" >
12- <a >Sing up</a >
13- </router-link >
14- </ul >
15- </div >
16- <div class =" col-md-8" >
17- <router-view ></router-view >
6+ <div class =" row" >
7+ <div class =" col-md-2" ></div >
8+ <div class =" col-md-3" >
9+ <ul class =" nav nav-pills nav-stacked" >
10+ <router-link tag =" li" :to =" { name: 'auth.singin' }" >
11+ <a >Sing in</a >
12+ </router-link >
13+ <router-link tag =" li" :to =" { name: 'auth.singup' }" >
14+ <a >Sing up</a >
15+ </router-link >
16+ </ul >
17+ </div >
18+ <div class =" col-md-4" >
19+ <router-view ></router-view >
20+ </div >
1821 </div >
1922 </div >
2023</template >
You can’t perform that action at this time.
0 commit comments