File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >Edit {{episode.title}}</h3 >
4
4
<form enctype =" multipart/form-data" action =" /admin/edit" method =" post" >
5
5
<label for =" title" >Episode Title</label >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >Published Episodes</h3 >
4
4
<div >
5
5
<table style =" width :100% " >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >Publish Episode</h3 >
4
4
<div >
5
5
<form enctype =" multipart/form-data" action =" /admin/publish" method =" post" class =" publish" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " v-if =" !loading" >
2
+ <div class =" app " v-if =" !loading" >
3
3
<h3 >Edit User</h3 >
4
4
<form enctype =" multipart/form-data" action =" /admin/edituser" method =" post" >
5
5
<label for =" username" >Username</label >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >Published Episodes</h3 >
4
4
<div >
5
5
<router-link :to =" '/users/new/'" tag =" button" >New</router-link >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >New User</h3 >
4
4
<form enctype =" multipart/form-data" action =" /admin/adduser" method =" post" >
5
5
<label for =" username" >Username</label >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " v-if =" loaded" >
2
+ <div class =" app " v-if =" loaded" >
3
3
<h1 >{{ episode.title }}</h1 >
4
4
<p >{{ episode.summary }}</p >
5
5
<audio controls =" controls" preload =" auto" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " v-if =" loaded" >
2
+ <div class =" app " v-if =" loaded" >
3
3
<h1 >{{ data.title }}</h1 >
4
4
<div v-for =" episode in data['items']" >
5
5
<h3 ><router-link :to =" 'e/'+episode.id" >{{ episode.title }}</router-link ></h3 >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" hello " >
2
+ <div class =" app " >
3
3
<h3 >Login to Pogo LAUNCHPAD</h3 >
4
4
<form action =" login" method =" post" class =" setupform" >
5
5
<label for =" username" >Username</label >
You can’t perform that action at this time.
0 commit comments