Skip to content

Commit

Permalink
end the jam
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Jul 31, 2023
1 parent 007e5c5 commit 0a5c86b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions app/views/basil/jam.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= content_for :full_width_page_header do %>
<!--
<!--
<div class="center blue lighten-4">
<% 4.times do %><br /><% end %>
<h1>The next VizJam is</h1>
Expand All @@ -17,12 +17,11 @@
<% 8.times do %><br /><% end %>
</div>
<br /><br />
-->
-->
<% end %>
<%= render 'character_jam' %>
<%# render 'character_jam' %>

<!--
<h4 class="center">What happened in the last VizJam?</h4>
<br />
<h4 class="center">The VizJam is over!</h4>
<%= render 'jam_report' %>
-->
1 change: 0 additions & 1 deletion app/views/main/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
<% end %>
<%= render partial: 'notice_dismissal/messages/20' if show_notice?(id: 20) %>
<%= render partial: 'notice_dismissal/messages/22' if show_notice?(id: 22) %>

<div class="col s12 m5 l4">
<% if @recently_edited_pages.any? %>
Expand Down

0 comments on commit 0a5c86b

Please sign in to comment.