Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/models/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ <h2 class="modal-h2">
<div class="btn-grp">
{% if {{model.name}} %}
<a href="/models/{{ model.modelFile }}" download="{{ model.name | slugify }}.tar">
<button class="import" style="width: 7rem;">Download</button></a>
<button class="import-secondary" style="width: 7rem;">Download</button></a>
{% endif %}
<div class="btn-tooltip-grp">
{% if {{model.name}} %}
<a href="https://docs.meshery.io/project/contributing/contributing-models-quick-start">
<button class="import" style="width: 9rem;">Quick Start</button></a>
<button class="import-tertiary" style="width: 9rem;">Quick Start</button></a>
{% endif %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/single-page-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ <h3>How to Import This Model</h3>
{% endif %}
{% assign modelName = page.path | split: '/' | last | replace: '.md', '' %}
<a href="/assets/modelsFiles/{{ modelName }}.tar" download>
<button class="import" style="width: 10rem;">Download Model</button>
<button class="import-secondary" style="width: 10rem;">Download Model</button>
</a>

<div class="btn-tooltip-grp">
<a href="https://docs.meshery.io/project/contributing/contributing-models-quick-start">
<button class="import" style="width: 12rem;">Add New Model</button>
<button class="import-tertiary" style="width: 12rem;">Add New Model</button>
</a>
</div>
</div>
Expand Down
Loading
Loading