This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
ti-dashboard
Watch
2
Star
1
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
Make the links go to the links
mistress
Chris Yealy
4 years ago
parent
dcc20d75ef
commit
eecbec638f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/card.j2
+ 2
- 2
templates/card.j2
View File
@ -3,7 +3,7 @@
<div class="card-body">
<h5 class="card-title">{{ app['name'] }}</h5>
<p class="card-text">{{ app['description'] }}</p>
<a href="#" class="btn btn-primary">{{ app['link'] }}</a>
<a href="
{{ app[&
#
39;link'] }}
" class="btn btn-primary">{{ app['link'] }}</a>
</div>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save