Skip to content
GitLab
Menu
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
pad-upe
Commits
09242af3
Commit
09242af3
authored
May 14, 2023
by
Yuri Resende
Browse files
Mudando o icone na listagem dos pads na página de relatórios
parent
f0af08dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/components/cards/relatorio_pad.blade.php
View file @
09242af3
<div
class=
"card mx-2"
style=
"width: 12rem;"
>
<div
class=
"card mx-2"
style=
"width: 12rem;"
>
<div
class=
"card-body"
>
<div
class=
"card-body"
>
<h3
class=
"text-center"
>
<i
class=
"bi bi-
book-half
"
></i>
</h3>
<h3
class=
"text-center"
>
<i
class=
"bi bi-
file-bar-graph-fill
"
></i>
</h3>
<h5
class=
"text-center"
>
PAD: {{ $userPad->pad->nome }}
</h4>
<h5
class=
"text-center"
>
PAD: {{ $userPad->pad->nome }}
</h4>
<h5
class=
"text-center"
>
Status: {{ $userPad->pad->statusAsString() }}
</h4>
<h5
class=
"text-center"
>
Status: {{ $userPad->pad->statusAsString() }}
</h4>
<a
class=
"stretched-link"
href=
"{{ route('pad_relatório', ['id' => $userPad->id]) }}"
></a>
<a
class=
"stretched-link"
href=
"{{ route('pad_relatório', ['id' => $userPad->id]) }}"
></a>
...
...
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