diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index e13ed61..19c9aa9 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -41,8 +41,8 @@

<%= @event.starts_at.to_time.strftime('%b %d, %I:%M %p') %> – <%= @event.ends_at.to_time.strftime('%b %d, %I:%M %p') %>

-

<%= @event.address %>
-
More Info
+
<%= @event.address %>
+
More Info

<%= markdown .render(decorate_content_with_mentions(@event)) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d541617..8369848 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -144,16 +144,16 @@ <% end %>
- + <%= image_tag "logos/labor-party-flat.png", :alt => "The Labor Party" %> - + <%= image_tag "logos/devict-flat.png", :alt => "devICT" %> - + <%= image_tag "logos/wichita-community-foundation-flat.png", :alt => "Wichita Community Foundation" %> - + <%= image_tag "logos/wichita-chamber-of-commerce-flat.png", :alt => "Wichita Chamber of Commerce" %>
diff --git a/app/views/shared/_event.html.erb b/app/views/shared/_event.html.erb index a04b870..90b17a8 100644 --- a/app/views/shared/_event.html.erb +++ b/app/views/shared/_event.html.erb @@ -13,7 +13,7 @@ <% end %>

<%= link_to event_path(event) do %><%= event.title %><% end %>

-
<%= event.address %>
+
<%= event.address %>
<%= event.starts_at.to_time.strftime('%b %d, %I:%M %p') %> – <%= event.ends_at.to_time.strftime('%b %d, %I:%M %p') %>