Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
cms
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
Pedro-dev_2
cms
Commits
b5b6870e
Commit
b5b6870e
authored
May 08, 2021
by
PDuarte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error messages
parent
33d73756
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ComingSoon.js
src/views/pages/misc/ComingSoon.js
+1
-1
Error.js
src/views/pages/misc/Error.js
+2
-2
Maintenance.js
src/views/pages/misc/Maintenance.js
+1
-1
NotAuthorized.js
src/views/pages/misc/NotAuthorized.js
+1
-1
No files found.
src/views/pages/misc/ComingSoon.js
View file @
b5b6870e
...
...
@@ -55,7 +55,7 @@ const ComingSoon = () => {
<
/g
>
<
/g
>
<
/svg
>
<
h2
className
=
'brand-text text-primary ml-1'
>
Vuexy
<
/h2
>
<
h2
className
=
'brand-text text-primary ml-1'
>
cmsTV
<
/h2
>
<
/a
>
<
div
className
=
'misc-inner p-2 p-sm-3'
>
<
div
className
=
'w-100 text-center'
>
...
...
src/views/pages/misc/Error.js
View file @
b5b6870e
...
...
@@ -56,12 +56,12 @@ const Error = () => {
<
/g
>
<
/g
>
<
/svg
>
<
h2
className
=
'brand-text text-primary ml-1'
>
Vuexy
<
/h2
>
<
h2
className
=
'brand-text text-primary ml-1'
>
cmsTV
<
/h2
>
<
/a
>
<
div
className
=
'misc-inner p-2 p-sm-3'
>
<
div
className
=
'w-100 text-center'
>
<
h2
className
=
'mb-1'
>
Page
Not
Found
🕵🏻♀️
<
/h2
>
<
p
className
=
'mb-2'
>
Oops
!
😖
The
requested
URL
was
not
found
on
this
server
.
<
/p
>
<
p
className
=
'mb-2'
>
Oop
z
s
!
😖
The
requested
URL
was
not
found
on
this
server
.
<
/p
>
<
Button
tag
=
{
Link
}
to
=
'/'
color
=
'primary'
className
=
'btn-sm-block mb-2'
>
Back
to
home
<
/Button
>
...
...
src/views/pages/misc/Maintenance.js
View file @
b5b6870e
...
...
@@ -55,7 +55,7 @@ const Maintenance = () => {
<
/g
>
<
/g
>
<
/svg
>
<
h2
className
=
'brand-text text-primary ml-1'
>
Vuexy
<
/h2
>
<
h2
className
=
'brand-text text-primary ml-1'
>
cmsTV
<
/h2
>
<
/a
>
<
div
className
=
'misc-inner p-2 p-sm-3'
>
<
div
className
=
'w-100 text-center'
>
...
...
src/views/pages/misc/NotAuthorized.js
View file @
b5b6870e
...
...
@@ -56,7 +56,7 @@ const NotAuthorized = () => {
<
/g
>
<
/g
>
<
/svg
>
<
h2
className
=
'brand-text text-primary ml-1'
>
Vuexy
<
/h2
>
<
h2
className
=
'brand-text text-primary ml-1'
>
cmsTV
<
/h2
>
<
/a
>
<
div
className
=
'misc-inner p-2 p-sm-3'
>
<
div
className
=
'w-100 text-center'
>
...
...
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