Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenN committed Jun 14, 2015
1 parent ba793c4 commit 8b589b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/upcoming_meetups_template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ogp:

We have another great line-up of meet-ups scheduled for <%= @month %> across a number of our chapters:
<% @events.each do |event| %><% e = process_fields(event) %>
**<%= e[:city] %> <%= e[:formatted_time] %>**: [<%= e[:event_title] %>](<%= e[:url] %>)
**<%= e[:city] %> <%= DateTime.parse(e[:formatted_time]).strftime('%-m/%-d') %>**: [<%= e[:event_title] %>](<%= e[:url] %>)
<% end %> READMORE

---
Expand Down

0 comments on commit 8b589b8

Please sign in to comment.