Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CSCI 40 Project 1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kevin Daniel Sibug
CSCI 40 Project 1
Commits
f3b8edd0
Commit
f3b8edd0
authored
Mar 21, 2020
by
Kevin Sibug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited the templates
parent
1f073eb9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
orders_detail.html
thegoodplace/froyo/templates/orders_detail.html
+0
-0
recipes_create_form.html
thegoodplace/froyo/templates/recipes_create_form.html
+1
-1
recipes_detail.html
thegoodplace/froyo/templates/recipes_detail.html
+1
-1
recipes_list.html
thegoodplace/froyo/templates/recipes_list.html
+1
-1
recipes_update_form.html
thegoodplace/froyo/templates/recipes_update_form.html
+1
-1
No files found.
thegoodplace/froyo/templates/orders_detail
s
.html
→
thegoodplace/froyo/templates/orders_detail.html
View file @
f3b8edd0
File moved
thegoodplace/froyo/templates/recipes_create_form.html
View file @
f3b8edd0
<!DOCTYPE html>
<html>
<head>
<title>
Recipes- Create
</title>
<title>
Recipes
- Create
</title>
</head>
<body>
<h1>
Recipes- Create
</h1>
...
...
thegoodplace/froyo/templates/recipes_detail.html
View file @
f3b8edd0
<!DOCTYPE html>
<html>
<head>
<title>
Recipes- Detail
</title>
<title>
Recipes
- Detail
</title>
</head>
<body>
<h1>
Recipes- Detail
</h1>
...
...
thegoodplace/froyo/templates/recipes_list.html
View file @
f3b8edd0
<!DOCTYPE html>
<html>
<head>
<title>
Recipes- List
</title>
<title>
Recipes
- List
</title>
</head>
<body>
<h1>
Recipes- List
</h1>
...
...
thegoodplace/froyo/templates/recipes_update_form.html
View file @
f3b8edd0
<!DOCTYPE html>
<html>
<head>
<title>
Recipes- Update
</title>
<title>
Recipes
- Update
</title>
</head>
<body>
<h1>
Recipes- Update
</h1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment