Skip to content

Commit

Permalink
fix: promote download button
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 16, 2020
1 parent e6c796f commit e5abcce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aslo4-static/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
src="{{ catalog.prefix }}{{ icon_path }}"
alt="Logo of the activity {{ title }}">
<h1 class="card-title text-center">{{ title }}</h1>
<a type="application/zip" href="{{ catalog.prefix}}{{ bundle_path }}" class="btn btn-primary saas-activity-download-button">
<i class="fa fa-download"></i> Download
</a>

<div class="saas-activity-card-version mx-auto">
<span class="badge badge-success saas-badge">
Version <span class="badge badge-dark">{{ version }}</span>
Expand Down Expand Up @@ -44,9 +48,6 @@ <h3>Tags</h3>
style="margin-bottom: 0.25rem">
<i class="fab fa-git-alt"></i> Source Code
</a>
<a type="application/zip" href="{{ catalog.prefix}}{{ bundle_path }}" class="btn btn-primary saas-activity-download-button">
<i class="fa fa-download"></i> Download
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit e5abcce

Please sign in to comment.