Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
backend-mcafee
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
backend-mcafee
Commits
26eda8f7
Commit
26eda8f7
authored
Sep 25, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cambios campania
parent
bab9fc34
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
app/Resources/views/backend_content/includes/itemsDashBoard.html.twig
...s/views/backend_content/includes/itemsDashBoard.html.twig
+32
-0
No files found.
app/Resources/views/backend_content/includes/itemsDashBoard.html.twig
0 → 100644
View file @
26eda8f7
<!--begin::Row-->
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<!--begin::Item-->
<div
class=
"d-flex align-items-center mb-9 bg-light-success rounded p-5"
>
<!--begin::Icon-->
<span
class=
"svg-icon svg-icon-warning mr-5"
>
<span
class=
"svg-icon svg-icon-lg"
>
<!--begin::Svg Icon | path:assets/media/svg/icons/Home/Library.svg-->
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"24px"
height=
"24px"
viewBox=
"0 0 24 24"
version=
"1.1"
>
<g
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<rect
x=
"0"
y=
"0"
width=
"24"
height=
"24"
></rect>
<rect
fill=
"#000000"
opacity=
"0.3"
x=
"13"
y=
"4"
width=
"3"
height=
"16"
rx=
"1.5"
></rect>
<rect
fill=
"#000000"
x=
"8"
y=
"9"
width=
"3"
height=
"11"
rx=
"1.5"
></rect>
<rect
fill=
"#000000"
x=
"18"
y=
"11"
width=
"3"
height=
"9"
rx=
"1.5"
></rect>
<rect
fill=
"#000000"
x=
"3"
y=
"13"
width=
"3"
height=
"7"
rx=
"1.5"
></rect>
</g>
</svg>
<!--end::Svg Icon-->
</span>
</span>
<!--end::Icon-->
<!--begin::Title-->
<div
class=
"d-flex flex-column flex-grow-1 mr-2"
>
<a
href=
"#"
class=
"font-weight-bold text-dark-75 text-hover-primary font-size-lg mb-1"
>
Campañas Activas
</a>
<span
class=
"text-muted font-weight-bold"
>
{{
countCampaniasActivas
}}
</span>
</div>
<!--end::Title-->
</div>
<!--end::Item-->
</div>
</div>
<!--end::row-->
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