Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
partido-interdimensional-pirata
lumi
la web de miniloom
Commits
2eac8f6f
Commit
2eac8f6f
authored
Feb 28, 2020
by
void
Browse files
Merge branch 'libre' into 'master'
agregar codigos de conducta See merge request
!5
parents
aa04b6d3
d9c8e948
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
2eac8f6f
...
...
@@ -154,7 +154,7 @@ form
footer
text-align
:
center
margin
:
0
0
.5em
font-size
:
0
.8em
a
color
:
var
(
--
accent
)
...
...
src/router.js
View file @
2eac8f6f
...
...
@@ -42,6 +42,11 @@ const router = new Router({
name
:
'
cerrar sesion
'
,
component
:
CerrarSesion
,
},
{
path
:
'
/codigoDeConducta
'
,
name
:
'
CodigoDeConducta
'
,
component
:
CodigoDeConducta
,
},
{
path
:
'
/barcas
'
,
name
:
'
barcas
'
,
...
...
src/views/CodigoDeConducta.vue
0 → 100644
View file @
2eac8f6f
<
template
>
<div
class=
"codigo-de-conducta"
>
<h1>
Código de conducta
</h1>
<h1>
Proximamente :P
</h1>
</div>
</
template
>
Write
Preview
Supports
Markdown
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