Remove hacktoberfest from sidebar (#4740)
This commit is contained in:
parent
c76cfa6e97
commit
6a3fc43381
2 changed files with 0 additions and 15 deletions
|
|
@ -1,7 +1,6 @@
|
|||
class FlareTag
|
||||
FLARE_TAGS = %w[explainlikeimfive
|
||||
jokes
|
||||
hacktoberfest
|
||||
watercooler
|
||||
ama
|
||||
techtalks
|
||||
|
|
|
|||
|
|
@ -44,20 +44,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<div class="widget">
|
||||
<header>
|
||||
<a href="/t/hacktoberfest"><h4>#hacktoberfest</h4></a>
|
||||
</header>
|
||||
<div class="widget-body">
|
||||
<div class="widget-link-list">
|
||||
<% Article.active_threads(["hacktoberfest"], Timeframer.new(params[:timeframe]).datetime, 5).each do |plucked_article| %>
|
||||
<%= render "articles/widget_list_item", plucked_article: plucked_article, show_comment_count: true %>
|
||||
<% end %>
|
||||
</div>
|
||||
<a class="cta cta-button" href="/new/hacktoberfest">POST TO #HACKTOBERFEST</a>
|
||||
<p class="widget-subtext"><em>Let's get hacking!</em></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="widget">
|
||||
<header>
|
||||
<a href="/t/help"><h4>#help</h4></a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue