-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf4eaab
commit 48fdce3
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<h2 class="mt-3">Join a national registry!</h2> | ||
<div class="row5"> | ||
<div class="col-md-12"> | ||
<%= link_to "https://researchmatch.org?rm=<%= @system_info.research_match_campaign" do %> | ||
<%= image_tag "rsm-large.jpg", class: 'img-fluid', style: 'width: 50%;' %> | ||
<% end %> | ||
</div> | ||
<div > | ||
|
||
<!-- <a href="https://researchmatch.org?rm=<%= @system_info.research_match_campaign %>" target:"_blank"> | ||
<h3 class="hyperlink-header">ResearchMatch</h3> | ||
</a> --> | ||
<p>ResearchMatch.org connects volunteers with research studies across the country. Volunteers of any age, race, ethnicity, or health status are invited to join. Log on, register, and receive emails when studies might be a good fit for you.</p> | ||
</div> | ||
</div> | ||
<div class="row5"> | ||
<div class="col-md-12"> | ||
<%= link_to "https://researchmatch.org?rm=<%= @system_info.research_match_campaign" do %> | ||
<%= image_tag "rsm-large.jpg", class: 'img-fluid', style: 'width: 50%;' %> | ||
<% end %> | ||
</div> | ||
<div > | ||
|
||
<p>ResearchMatch.org connects volunteers with research studies across the country. Volunteers of any age, race, ethnicity, or health status are invited to join. Log on, register, and receive emails when studies might be a good fit for you.</p> | ||
</div> | ||
</div> |