diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 57320608..7ee957fc 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -1,12 +1,30 @@ <% content_for :title do @event.name end %> - +
+
+
+ +
+
+ +
<%= image_tag @event.logo, :alt => @event.name %>
- +
<%= %> @@ -28,10 +46,11 @@

<%=raw @event.description %>

+ <% if @event.schedule.present? %> -
-

Schedule

+
+

Schedule

    <%=raw @event.schedule %> @@ -41,7 +60,7 @@ <% end %>
    -

    Code of Conduct

    + Useful Tips Section

    Code of Conduct

    This event is utilizing the <%= link_to "CodeMontage Code of Conduct", "/code_of_conduct" %>. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact an event organizer immediately. @@ -57,12 +76,13 @@

    +
    <%= %> @@ -75,7 +95,7 @@
    <% if @event.sponsors.present? %> -
    +

    <%= @event.name %> Sponsors

    @@ -106,7 +126,8 @@
    +
    <% content_for(:press) do %>Press<% end %> - + \ No newline at end of file