Skip to content

Commit

Permalink
Merge branch '4384-chapter-map-link' into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-technovation committed Jan 8, 2024
2 parents 1ffc065 + 203a4ce commit d45381c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<p class="font-bold text-2xl"><%= chapter_ambassador.full_name %></p>
<p class="font-bold"><%= chapter_ambassador.program_name %> Chapter Ambassador</p>
<p class="mt-8"><%= chapter_ambassador.intro_summary %></p>

<div id="cha-social-links">
<% chapter_ambassador.regional_links.each do |link| %>
<span>
Expand All @@ -20,7 +21,12 @@
</span>
<% end %>
</div>

<%= link_to "View other nearby chapters on our chapter map!",
"https://www.google.com/maps/d/viewer?mid=1iNTtG9RMwX6S8qyQiWq27JYIIU6dYkd4&hl=en_US&ll=16.477516426989585%2C-30.326061099999947&z=2",
class: "inline-block mt-8 tw-link" %>
</div>
</div>
</div>
<% end %>
<% end %>

0 comments on commit d45381c

Please sign in to comment.