Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crmforms-onestartup
Overview
Overview
Details
Activity
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
Angel Martin
crmforms-onestartup
Commits
df93fa5f
Commit
df93fa5f
authored
Aug 29, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pagetitle
parent
155d2424
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
default.blade.php
src/views/public/redirect/default.blade.php
+11
-2
autoload_psr4.php
vendor/composer/autoload_psr4.php
+1
-1
autoload_static.php
vendor/composer/autoload_static.php
+2
-2
No files found.
src/views/public/redirect/default.blade.php
View file @
df93fa5f
@
extends
(
'layouts.page-layout'
)
@
section
(
'pageTitle'
,
'Agradecimientos'
)
@
section
(
'content'
)
<
h1
>
Pagina
de
redireccion
por
defecto
</
h1
>
<
div
class
="
jumbotron
text
-
xs
-
center
">
<div class="
col
-
md
-
8
offset
-
2
">
<h1 class="
display
-
3
">¡Gracias por tu registro!</h1>
<p class="
lead
"><strong>Por favor revisa tu correo electrónico</strong>, nos comunicaremos contigo a la brevedad</p>
<hr>
<p class="
lead
">
<a class="
btn
btn
-
primary
btn
-
sm
" href="
{{
url
(
'/'
)}}
" role="
button
">Visita nuestra página</a>
</p>
</div>
</div>
@endsection
vendor/composer/autoload_psr4.php
View file @
df93fa5f
...
...
@@ -6,5 +6,5 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir
=
dirname
(
$vendorDir
);
return
array
(
'Onestartup\\
Product
\\'
=>
array
(
$baseDir
.
'/src'
),
'Onestartup\\
CrmForms
\\'
=>
array
(
$baseDir
.
'/src'
),
);
vendor/composer/autoload_static.php
View file @
df93fa5f
...
...
@@ -9,12 +9,12 @@ class ComposerStaticInit7173633b0cb420d97a2e8a09a0590ba0
public
static
$prefixLengthsPsr4
=
array
(
'O'
=>
array
(
'Onestartup\\
Product\\'
=>
19
,
'Onestartup\\
CrmForms\\'
=>
20
,
),
);
public
static
$prefixDirsPsr4
=
array
(
'Onestartup\\
Product
\\'
=>
'Onestartup\\
CrmForms
\\'
=>
array
(
0
=>
__DIR__
.
'/../..'
.
'/src'
,
),
...
...
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