Skip to content

Commit

Permalink
Update join button to say "study" if it's a study
Browse files Browse the repository at this point in the history
  • Loading branch information
madprime committed Oct 24, 2020
1 parent fcf6a34 commit a3ea502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_humans/templates/partials/activity-panel-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2>Project membership</h2>
<p>You have not joined <b>{{ project.name }}</b> yet.</p>
<div class="d-flex mb-3">
<div class="d-flex align-items-center pr-3">
<a class="btn btn-primary btn-lg" href="{{ project.join_url }}">{{ project.connect_verb|title }}&nbsp;project</a>
<a class="btn btn-primary btn-lg" href="{{ project.join_url }}">{{ project.connect_verb|title }}&nbsp;{% if project.is_study %}study{% else %}project{% endif %}</a>
</div>
<div class="d-flex align-items-center">
<div class="reduced text-muted">
Expand Down

0 comments on commit a3ea502

Please sign in to comment.