diff --git a/app/views/shared/_header.html.haml b/app/views/shared/_header.html.haml index 3206133..9295309 100644 --- a/app/views/shared/_header.html.haml +++ b/app/views/shared/_header.html.haml @@ -10,7 +10,7 @@ .col.col-3.sm-col-6.md-col-8.h6 %a.btn.muted-until-hover.xs-hide.sm-mr1{href: '/t/ruby/popular'} Ruby %a.btn.muted-until-hover.xs-hide{href: '/t/python/popular'} Python - %a.btn.muted-until-hover.xs-hide{href: '/t/javascript/popular'} Javascript + %a.btn.muted-until-hover.xs-hide{href: '/t/javascript/popular'} JavaScript %a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/web/popular'} Front-End %a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/tools/popular'} Tools %a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/ios/popular'} iOS @@ -23,7 +23,7 @@ .dropdown-content.bg-white.mt1.py1.border.z4{style: 'left:0'} %a.btn.py1.muted-until-hover.sm-hide{href: '/t/ruby/popular'} Ruby %a.btn.py1.muted-until-hover.sm-hide{href: '/t/python/popular'} Python - %a.btn.py1.muted-until-hover.sm-hide{href: '/t/javascript/popular'} Javascript + %a.btn.py1.muted-until-hover.sm-hide{href: '/t/javascript/popular'} JavaScript %a.btn.py1.muted-until-hover.md-hide.nowrap{href: '/t/web/popular'} Front-End %a.btn.py1.muted-until-hover.md-hide{href: '/t/tools/popular'} Tools %a.btn.py1.muted-until-hover.md-hide{href: '/t/ios/popular'} iOS