Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CSCI 40 Midterm Project
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
Lance Michael O. Co
CSCI 40 Midterm Project
Commits
0af9bf8d
Commit
0af9bf8d
authored
Mar 17, 2020
by
Lance Michael O. Co
😢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in html files, added titles to html files
parent
769bd979
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
36 additions
and
0 deletions
+36
-0
ingredients_create_form.html
froyo/templates/ingredients_create_form.html
+3
-0
ingredients_detail.html
froyo/templates/ingredients_detail.html
+3
-0
ingredients_list.html
froyo/templates/ingredients_list.html
+3
-0
ingredients_update_form.html
froyo/templates/ingredients_update_form.html
+3
-0
orders_create_form.html
froyo/templates/orders_create_form.html
+3
-0
orders_detail.html
froyo/templates/orders_detail.html
+3
-0
orders_list.html
froyo/templates/orders_list.html
+3
-0
orders_update_form.html
froyo/templates/orders_update_form.html
+3
-0
recipe_create_form.html
froyo/templates/recipe_create_form.html
+0
-0
recipe_detail.html
froyo/templates/recipe_detail.html
+0
-0
recipe_list.html
froyo/templates/recipe_list.html
+0
-0
recipe_update_form.html
froyo/templates/recipe_update_form.html
+0
-0
recipes_create_form.html
froyo/templates/recipes_create_form.html
+3
-0
recipes_detail.html
froyo/templates/recipes_detail.html
+3
-0
recipes_list.html
froyo/templates/recipes_list.html
+3
-0
recipes_update_form.html
froyo/templates/recipes_update_form.html
+3
-0
No files found.
froyo/templates/ingredients_create_form.html
View file @
0af9bf8d
<html>
<title>
Ingredients - Create
</title>
</html>
\ No newline at end of file
froyo/templates/ingredients_detail.html
View file @
0af9bf8d
<html>
<title>
Ingredients - Detail
</title>
</html>
\ No newline at end of file
froyo/templates/ingredients_list.html
View file @
0af9bf8d
<html>
<title>
Ingredients - List
</title>
</html>
\ No newline at end of file
froyo/templates/ingredients_update_form.html
View file @
0af9bf8d
<html>
<title>
Ingredients - Update
</title>
</html>
\ No newline at end of file
froyo/templates/orders_create_form.html
View file @
0af9bf8d
<html>
<title>
Orders - Create
</title>
</html>
\ No newline at end of file
froyo/templates/orders_detail.html
View file @
0af9bf8d
<html>
<title>
Orders - Detail
</title>
</html>
\ No newline at end of file
froyo/templates/orders_list.html
View file @
0af9bf8d
<html>
<title>
Orders - List
</title>
</html>
\ No newline at end of file
froyo/templates/orders_update_form.html
View file @
0af9bf8d
<html>
<title>
Orders - Update
</title>
</html>
\ No newline at end of file
froyo/templates/recipe_create_form.html
deleted
100644 → 0
View file @
769bd979
froyo/templates/recipe_detail.html
deleted
100644 → 0
View file @
769bd979
froyo/templates/recipe_list.html
deleted
100644 → 0
View file @
769bd979
froyo/templates/recipe_update_form.html
deleted
100644 → 0
View file @
769bd979
froyo/templates/recipes_create_form.html
0 → 100644
View file @
0af9bf8d
<html>
<title>
Recipes - Create
</title>
</html>
\ No newline at end of file
froyo/templates/recipes_detail.html
0 → 100644
View file @
0af9bf8d
<html>
<title>
Recipes - Detail
</title>
</html>
\ No newline at end of file
froyo/templates/recipes_list.html
0 → 100644
View file @
0af9bf8d
<html>
<title>
Recipes - List
</title>
</html>
\ No newline at end of file
froyo/templates/recipes_update_form.html
0 → 100644
View file @
0af9bf8d
<html>
<title>
Recipes - Update
</title>
</html>
\ No newline at end of file
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