mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
move promo section in shared partial
This commit is contained in:
@@ -22,7 +22,4 @@
|
||||
News Feed
|
||||
|
||||
%hr
|
||||
.gitlab-promo
|
||||
= link_to "Homepage", "http://gitlab.org"
|
||||
= link_to "Blog", "http://blog.gitlab.org"
|
||||
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
|
||||
= render 'shared/promo'
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
News Feed
|
||||
|
||||
%hr
|
||||
.gitlab-promo
|
||||
= link_to "Homepage", "http://gitlabhq.com"
|
||||
= link_to "Blog", "http://blog.gitlabhq.com"
|
||||
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
|
||||
= render 'shared/promo'
|
||||
|
||||
:javascript
|
||||
$(function(){ Pager.init(20, true); });
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
.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 @@
|
||||
News Feed
|
||||
|
||||
%hr
|
||||
.gitlab-promo
|
||||
= link_to "Homepage", "http://gitlabhq.com"
|
||||
= link_to "Blog", "http://blog.gitlabhq.com"
|
||||
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
|
||||
= render 'shared/promo'
|
||||
|
||||
:javascript
|
||||
$(function(){ Pager.init(20, true); });
|
||||
|
||||
Reference in New Issue
Block a user