Skip to content

Commit

Permalink
Add suggest button
Browse files Browse the repository at this point in the history
Closes #814
  • Loading branch information
cthoyt committed Oct 6, 2023
1 parent 40c980b commit 6cb32c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bioregistry/app/templates/resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h5 style="margin: 0"><a href="{{ url_for("metaregistry_ui.resources") }}">Regis
</h5>
</div>
<div class="col-4 text-right">
<div class="d-flex flex-row-reverse">
<div class="dropdown">
<button class="btn btn-sm btn-outline-dark dropdown-toggle" type="button"
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
Expand All @@ -78,6 +79,11 @@ <h5 style="margin: 0"><a href="{{ url_for("metaregistry_ui.resources") }}">Regis
{% endfor %}
</div>
</div>
<a class="btn btn-sm btn-outline-dark" style="margin-right: 0.5em"
href="https://github.com/biopragmatics/bioregistry/issues/new?labels=Update&template=update-misc.yml&prefix={{ prefix }}&title=Update+{{ name }}">
Suggest
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6cb32c8

Please sign in to comment.