Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nutrapharm_producto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
nutrapharm_producto
Commits
e3fdf377
Commit
e3fdf377
authored
Jun 03, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion general
parent
f3cc3778
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
583 additions
and
260 deletions
+583
-260
app/Resources/views/producto/landing_producto.html.twig
app/Resources/views/producto/landing_producto.html.twig
+93
-213
app/Resources/views/producto/landing_producto_original.html.twig
...ources/views/producto/landing_producto_original.html.twig
+380
-0
src/AppBundle/Model/EnvioCorreoUsuario.php
src/AppBundle/Model/EnvioCorreoUsuario.php
+2
-0
src/NutrapharmBundle/Controller/DefaultController.php
src/NutrapharmBundle/Controller/DefaultController.php
+92
-44
src/NutrapharmBundle/Resources/config/routing.yml
src/NutrapharmBundle/Resources/config/routing.yml
+16
-3
No files found.
app/Resources/views/producto/landing_producto.html.twig
View file @
e3fdf377
This diff is collapsed.
Click to expand it.
app/Resources/views/producto/landing_producto_original.html.twig
0 → 100644
View file @
e3fdf377
This diff is collapsed.
Click to expand it.
src/AppBundle/Model/EnvioCorreoUsuario.php
View file @
e3fdf377
...
@@ -6,4 +6,6 @@ use AppBundle\Model\om\BaseEnvioCorreoUsuario;
...
@@ -6,4 +6,6 @@ use AppBundle\Model\om\BaseEnvioCorreoUsuario;
class
EnvioCorreoUsuario
extends
BaseEnvioCorreoUsuario
class
EnvioCorreoUsuario
extends
BaseEnvioCorreoUsuario
{
{
const
ESTADO_ENVIADO
=
1
;
const
ESTADO_PENDIENTE
=
2
;
}
}
src/NutrapharmBundle/Controller/DefaultController.php
View file @
e3fdf377
This diff is collapsed.
Click to expand it.
src/NutrapharmBundle/Resources/config/routing.yml
View file @
e3fdf377
nutrapharm_homepage
:
nutrapharm_homepage
:
path
:
/index
path
:
/inicio
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
index
}
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
inicio
}
nutrapharm_subir_cambio
:
path
:
/compara
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
subirCambio
}
nutrapharm_comparacion
:
path
:
/muestra/cambio
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
comparacion
}
nutrapharm_upload
:
nutrapharm_upload
:
path
:
/upload/photo
path
:
/upload/photo
...
@@ -12,4 +20,9 @@ nutrapharm_get_file:
...
@@ -12,4 +20,9 @@ nutrapharm_get_file:
nutrapharm_compartir_facebook
:
nutrapharm_compartir_facebook
:
path
:
/count/compartir/facebook
path
:
/count/compartir/facebook
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
registrarEnFacebook
}
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
registrarEnFacebook
}
\ No newline at end of file
nutrapharm_error
:
path
:
/error
defaults
:
{
_controller
:
NutrapharmBundle
:
Default
:
error
}
\ 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