Skip to content

Commit

Permalink
Fuck twitter: remove twitter link, partial, test, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Mar 14, 2024
1 parent c2f589b commit 4d31a36
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/views/about/_twitter.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions app/views/about/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<p>
Seattle.rb was the first Ruby (and subsequently Ruby on Rails) user group in the world and has met regularly for well over a decade. We convene every Tuesday night to contribute to open source, work on personal projects, and teach and learn from one another. All skill levels are welcome!
</p>

<a href="https://twitter.com/seattlerb" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @seattlerb</a>

<%= render "twitter" %>
</div>
</div>

Expand Down
1 change: 0 additions & 1 deletion test/controllers/about_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def test_index
assert_equal("Home", assigns(:title))

assert_template :partial => '_maps'
assert_template :partial => '_twitter'
end

def test_projects
Expand Down

0 comments on commit 4d31a36

Please sign in to comment.