diff --git a/app/views/admin/system/edit.html.erb b/app/views/admin/system/edit.html.erb index 2aaded0..8ef19c6 100644 --- a/app/views/admin/system/edit.html.erb +++ b/app/views/admin/system/edit.html.erb @@ -179,10 +179,12 @@ if(window.localStorage.getItem('utm_source')) { campaignElement.value = window.localStorage.getItem('utm_source'); } - var formElement = document.getElementById('edit_study_finder_system_info_1'); + var formElement = document.getElementById('edit_system_info_1'); formElement.addEventListener('submit', function (evt) { evt.preventDefault(); window.localStorage.setItem('utm_source', campaignElement.value); this.submit(); }, false); + }); + \ No newline at end of file diff --git a/app/views/themed/_home_lower_right.html.erb b/app/views/themed/_home_lower_right.html.erb index 527031b..addacdd 100644 --- a/app/views/themed/_home_lower_right.html.erb +++ b/app/views/themed/_home_lower_right.html.erb @@ -1,15 +1,12 @@

Join a national registry!

-
-
- <%= link_to "https://researchmatch.org?rm=<%= @system_info.research_match_campaign" do %> - <%= image_tag "rsm-large.jpg", class: 'img-fluid', style: 'width: 50%;' %> - <% end %> -
-
- - -

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.

-
-
\ No newline at end of file +
+
+ <%= link_to "https://researchmatch.org?rm=<%= @system_info.research_match_campaign" do %> + <%= image_tag "rsm-large.jpg", class: 'img-fluid', style: 'width: 50%;' %> + <% end %> +
+
+ +

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.

+
+
\ No newline at end of file