Skip to content

Commit

Permalink
Fix typo and remove sustaining membership (forem#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalpern authored Nov 13, 2018
1 parent 8d8f30d commit 652ec00
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/views/articles/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@
</div>
<div class="side-footer">
<a href="/about">About</a>
<a href="/membership">Sustaining Membership</a>
<a href="/events">Events</a>
<a href="/sponsors">Sponsors</a>
<a href="https://shop.dev.to/">DEV Shop</a>
Expand Down
2 changes: 1 addition & 1 deletion app/views/articles/_single_story.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% organization = story.organization %>
<% if organization && !@organization_article_index %>
<div class="article-organization-headline">
<a href="/<%= organization.slug %>" class="article-organization-headline-inner"><img src="<%= organization.profile_image_90 %>">Heroku</a><a class="org-headline-filler" href="/<%= story.path %>">&nbsp;</a></div>
<a href="/<%= organization.slug %>" class="article-organization-headline-inner"><img src="<%= organization.profile_image_90 %>"><%= organization.name %></a><a class="org-headline-filler" href="/<%= story.path %>">&nbsp;</a></div>
<% end %>
<a href="<%=story.user.path%>" class="small-pic-link-wrapper">
<div class="small-pic" >
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer>
<div id="footer-container" class="container <%= "centered-footer" unless current_page.include?("stories-show") %>">
<div class="inner-footer-container">
<a href="/">Home</a> <a href="/about">About</a> <a href="/membership">Sustaining Membership</a> <a href="/privacy">Privacy Policy</a> <a href="/terms">Terms of Use</a> <a href="/contact">Contact</a> <a href="/code-of-conduct">Code of Conduct</a>
<a href="/">Home</a> <a href="/about">About</a> <a href="/privacy">Privacy Policy</a> <a href="/terms">Terms of Use</a> <a href="/contact">Contact</a> <a href="/code-of-conduct">Code of Conduct</a>
DEV Community copyright 2018 🔥
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion app/views/pages/information.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<ul class="key-links">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/membership">Sustaining Membership</a></li>
<li><a href="https://shop.dev.to/">DEV Shop</a></li>
<li><a href="/sponsors">Sponsors</a></li>
<li><a href="/events">Events</a></li>
Expand Down

0 comments on commit 652ec00

Please sign in to comment.