Skip to content
Snippets Groups Projects
Commit cc27bdf4 authored by John Northrup's avatar John Northrup
Browse files

Merge branch 'relocate-twitter-feed' into 'master'

relocate twitter feed to top

part of delivering on gitlab-com/infrastructure#471

/cc @jnijhof

See merge request !3
parents 928842e5 47b5d611
No related branches found
No related tags found
1 merge request!3relocate twitter feed to top
Loading
Loading
@@ -23,17 +23,17 @@
<h2 class="text-muted">GitLab.com Status</h2>
</div>
 
<div class="tweeter-feed">
<a class="twitter-timeline" href="https://twitter.com/gitlabstatus" data-widget-id="293671753740324864">Tweets by @gitlabstatus</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div>
<%= yield %>
</div>
 
<br/>
 
<div class="tweeter-feed">
<a class="twitter-timeline" href="https://twitter.com/gitlabstatus" data-widget-id="293671753740324864">Tweets by @gitlabstatus</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<footer class="footer">
<p>&copy; GitLab Inc. <%= Time.now.year %></p>
</footer>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment