Commit 142fd2c1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

move promo section in shared partial

parent 827a0018
...@@ -22,7 +22,4 @@ ...@@ -22,7 +22,4 @@
News Feed News Feed
%hr %hr
.gitlab-promo = render 'shared/promo'
= link_to "Homepage", "http://gitlab.org"
= link_to "Blog", "http://blog.gitlab.org"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
...@@ -23,10 +23,7 @@ ...@@ -23,10 +23,7 @@
News Feed News Feed
%hr %hr
.gitlab-promo = render 'shared/promo'
= link_to "Homepage", "http://gitlabhq.com"
= link_to "Blog", "http://blog.gitlabhq.com"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
:javascript :javascript
$(function(){ Pager.init(20, true); }); $(function(){ Pager.init(20, true); });
.gitlab-promo
= link_to "Homepage", "http://gitlab.org"
= link_to "Blog", "http://blog.gitlab.org"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
...@@ -22,10 +22,7 @@ ...@@ -22,10 +22,7 @@
News Feed News Feed
%hr %hr
.gitlab-promo = render 'shared/promo'
= link_to "Homepage", "http://gitlabhq.com"
= link_to "Blog", "http://blog.gitlabhq.com"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
:javascript :javascript
$(function(){ Pager.init(20, true); }); $(function(){ Pager.init(20, true); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment