We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04d215 + 6285e13 commit bfd542cCopy full SHA for bfd542c
app/views/chapter/show.html.haml
@@ -36,13 +36,6 @@
36
- @latest_workshops.each do |date, workshops|
37
= render workshops
38
39
- .col-md-4.col-sm-12.mt-4
40
- - if @chapter.twitter_handle
41
- %a.twitter-timeline{href: "https://twitter.com/#{@chapter.twitter_handle}", "data-widget-id" => @chapter.twitter_id }="Tweets by #{@chapter.twitter_handle}"
42
- - else
43
- %a.twitter-timeline{href: "https://twitter.com/codebar", "data-widget-id" => @chapter.twitter_id, "data-height" => "500" }="Tweets by codebar"
44
- %script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")
45
-
46
- if @recent_sponsors.any?
47
.py-4.py-lg-5.bg-light
48
.container
0 commit comments