Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
7ac69e81
Commit
7ac69e81
authored
4 years ago
by
carlos
Browse files
Options
Download
Email Patches
Plain Diff
alinhando botoes
parent
8e9f859b
master
beta
carl-branch
carlos
dependabot/composer/dompdf/dompdf-1.2.2
dependabot/composer/guzzlehttp/guzzle-6.5.8
dependabot/composer/guzzlehttp/psr7-1.8.5
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/axios-0.21.2
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
editarProjeto
excluir_projeto_submetido
fixCorrecoes
fixQtdParticipante
fixRascunho
master-test
minha_conta
modificacoes_aviso
modificacoes_layout_6
modificacoes_layout_7
modificacoes_layout_8
modificacoes_layout_9
modificacoes_layout_igor
modificacoes_layout_minha_conta
modificacoes_perfil_avaliador
updates_mar
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
resources/views/naturezas/area/detalhes.blade.php
+1
-1
resources/views/naturezas/area/detalhes.blade.php
resources/views/naturezas/grandeArea/detalhes.blade.php
+1
-1
resources/views/naturezas/grandeArea/detalhes.blade.php
resources/views/naturezas/grandeArea/index.blade.php
+1
-1
resources/views/naturezas/grandeArea/index.blade.php
resources/views/naturezas/index.blade.php
+1
-1
resources/views/naturezas/index.blade.php
with
4 additions
and
4 deletions
+4
-4
resources/views/naturezas/area/detalhes.blade.php
View file @
7ac69e81
...
...
@@ -15,7 +15,7 @@
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'Subáreas de '
)
.
$area
->
nome
}}
</
h2
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
a
href
=
"{{ route('subarea.criar', ['id' =>
$area->id
]) }}"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
>
{{
__
(
'Criar subárea'
)
}}
</
a
>
<
a
href
=
"{{ route('subarea.criar', ['id' =>
$area->id
]) }}"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;
float: right;
"
>
{{
__
(
'Criar subárea'
)
}}
</
a
>
</
div
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/naturezas/grandeArea/detalhes.blade.php
View file @
7ac69e81
...
...
@@ -15,7 +15,7 @@
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'Áreas de '
)
.
$grandeArea
->
nome
}}
</
h2
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
a
href
=
"{{route('area.criar', ['id' =>
$grandeArea->id
] )}}"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
>
{{
__
(
'Criar Área'
)
}}
</
a
>
<
a
href
=
"{{route('area.criar', ['id' =>
$grandeArea->id
] )}}"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;
float: right;
"
>
{{
__
(
'Criar Área'
)
}}
</
a
>
</
div
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/naturezas/grandeArea/index.blade.php
View file @
7ac69e81
...
...
@@ -15,7 +15,7 @@
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'Grandes áreas'
)
}}
</
h2
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
a
href
=
"
{
{route('grandearea.criar')}
}
"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
>
{{
__
(
'Criar grande área'
)
}}
</
a
>
<
a
href
=
"
{
{route('grandearea.criar')}
}
"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;
float: right;
"
>
{{
__
(
'Criar grande área'
)
}}
</
a
>
</
div
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/naturezas/index.blade.php
View file @
7ac69e81
...
...
@@ -43,7 +43,7 @@
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'Naturezas'
)
}}
</
h2
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
a
href
=
""
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
data
-
toggle
=
"modal"
data
-
target
=
"#modalNewCenter"
>
{{
__
(
'Criar natureza'
)
}}
</
a
>
<
a
href
=
""
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;
float: right;
"
data
-
toggle
=
"modal"
data
-
target
=
"#modalNewCenter"
>
{{
__
(
'Criar natureza'
)
}}
</
a
>
</
div
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help