Browse
For agents
About
Lasso Lite – Affiliate Link Manager & Product Displays
/
150
Lasso Lite – Affiliate Link Manager & Product Displays
v150
Switch version
158
157
155
156
154
153
152
151
150
149
148
trunk
0.9.9
104
105
106
107
108
109
110
111
112
113
114
115
All 57 releases
Overview
Code
simple-urls
/
admin
/
views
/
groups
/
list-jsrender.html
list-jsrender.html
in Lasso Lite – Affiliate Link Manager & Product Displays 150, at admin/views/groups/list-jsrender.html
18 lines
476 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
a
href
=
"
{{:link_detail}}
"
class
=
"
d-block p-4 text-break black hover-gray
"
>
2
<
div
class
=
"
row align-items-center
"
>
3
<!--
NAME
-->
4
<
div
class
=
"
col-lg pb-lg-0 pb-3 font-weight-bold text-lg-left text-center
"
>
5
{{:title}}
6
</
div
>
7
8
<!--
DESCRIPTION
-->
9
<
div
class
=
"
col-lg pb-lg-0 pb-3 text-lg-left text-center
"
>
10
{{:description}}
11
</
div
>
12
13
<!--
LASSO URLs
-->
14
<
div
class
=
"
col-lg-1 text-center pb-lg-0 pb-3 font-weight-bold large
"
>
15
{{:count}}
16
</
div
>
17
</
div
>
18
</
a
>