File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ public ActionResult Categoria()
172
172
return View ( ) ;
173
173
}
174
174
175
+ public ActionResult Cadastra_Cafe ( )
176
+ {
177
+ return View ( ) ;
178
+ }
179
+
175
180
176
181
177
182
public ActionResult Info ( )
Original file line number Diff line number Diff line change 74
74
<h3 >ESCOLHA UMA CATEGORIA:</h3 >
75
75
<main >
76
76
<div class =" col_one" >
77
- <a href =" Cardapio_Cafe " class =" container_box" >
77
+ <a href =" Cadastra_Cafe " class =" container_box" >
78
78
<div class =" box" >
79
79
<img src =" ~/fonts/Home_Cliente/Cardapio/coffee.png" style =" margin : auto 1.5rem ; " />
80
80
<h3 >Café</h3 >
81
81
</div >
82
82
</a >
83
- <a href =" Cardapio_Choco " class =" container_box" >
83
+ <a href =" Cadastra_Choco " class =" container_box" >
84
84
<div class =" box" >
85
85
<img src =" ~/fonts/Home_Cliente/Cardapio/chocolate.png" style =" margin : auto 2rem ; " />
86
86
<h3 >Chocolate</h3 >
87
87
</div >
88
88
</a >
89
- <a href =" Cardapio_MilkShake " class =" container_box" >
89
+ <a href =" Cadastra_MilkShake " class =" container_box" >
90
90
<div class =" box" >
91
91
<img src =" ~/fonts/Home_Cliente/Cardapio/milkshake.png" style =" margin : auto 1rem ; " />
92
92
<h3 >MilkShake</h3 >
93
93
</div >
94
94
</a >
95
95
</div >
96
96
<div class =" col_two" >
97
- <a href =" Cardapio_Sanduiche " class =" container_box" >
97
+ <a href =" Cadastra_Sanduiche " class =" container_box" >
98
98
<div class =" box" >
99
99
<img src =" ~/fonts/Home_Cliente/Cardapio/sandwich.png" style =" margin : auto 1.5rem ; padding-top :3% ; " />
100
100
<h3 >Sanduíche</h3 >
101
101
</div >
102
102
</a >
103
- <a href =" Cardapio_Doces " class =" container_box" >
103
+ <a href =" Cadastra_Doces " class =" container_box" >
104
104
<div class =" box" >
105
105
<img src =" ~/fonts/Home_Cliente/Cardapio/cookies.png" style =" margin : auto 1.5rem ; padding-top :3% ; " />
106
106
<h3 >Doces</h3 >
107
107
</div >
108
108
</a >
109
- <a href =" Cardapio_Burguer " class =" container_box" >
109
+ <a href =" Cadastra_Burguer " class =" container_box" >
110
110
<div class =" box" >
111
111
<img src =" ~/fonts/Home_Cliente/Cardapio/burger.png" style =" margin : auto 1.5rem ; padding-top :3% ; " />
112
112
<h3 >Hambúrguer</h3 >
You can’t perform that action at this time.
0 commit comments