Skip to content

Commit

Permalink
Merge pull request #18 from toronto-ruby/crespire/move-apr3-to-history
Browse files Browse the repository at this point in the history
Move Apr 3 to past events, also rename partial
  • Loading branch information
crespire authored Apr 13, 2024
2 parents e6ac049 + 86d5ee8 commit 895a751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions app/views/static/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<p>We're a group of Ruby developers who meet up to talk about programming, the industry, and life. We're working to strengthen the local Ruby community and provide a positive space for everyone to connect.</p>
</div>
<div class="text-center flex flex-col gap-3">
<%# Render message partial or an event partial! %>
<%# render 'message' %>
<%= render 'static/past_events/2024_apr3' %>
<%# For an upcoming event, make a "past_event" and use the partial here %>
<%# Otherwise, use the placeholder partial %>
<%= render 'event_placeholder' %>
<%# render 'static/past_events/2024_apr3' %>

<div class="mx-auto w-4/5 md:w-2/3">
<%= render 'newsletter_form' %>
Expand Down

0 comments on commit 895a751

Please sign in to comment.