Skip to content

Commit

Permalink
commenting out breaking content, replacing with helpful message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat-Alo committed Nov 13, 2023
1 parent f2b6bc7 commit cc26f10
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/views/watching/feed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
<%= render partial: 'layouts/bookmarklet' %>
<% else %>

<!-- commenting out this section because changes with no snapshots are breaking the page -->
<div class="klax-section klax-topper">
<div class="container">
<div class="row">
<div class="row">
<div class="col-md-12">
<h1>Feed</h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p class="lead">Below is a quick look at everything Klaxon is monitoring for your organization, even items you don’t subscribe to. Each line represents a change to an item, known as a “snapshot.” </p>
<!-- <p class="lead">Below is a quick look at everything Klaxon is monitoring for your organization, even items you don’t subscribe to. Each line represents a change to an item, known as a “snapshot.” </p> -->
<p>The feed is temporarily down, but the rest of Klaxon should be up and running! Drop a message in the #klaxon Slack channel if you have any questions or concerns.</p>
</div>
<div class="col-md-3">

</div>
</div>
</div><!-- /.container -->
</div>
<div class="klax-section">
<!-- <div class="klax-section">
<div class="container">
<div class="row">
<div class="col-md-9">
Expand All @@ -39,6 +40,6 @@
</div>
</div>
</div>
</div> -->

<% end %>

0 comments on commit cc26f10

Please sign in to comment.