From c0ace7cec4e61f88fb4bbac86fdb91804f667760 Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 15 May 2018 17:37:13 +0200 Subject: [PATCH] remove dead bug tracker link --- app/views/static/about.html.haml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index 8f422b02..9f980252 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -8,22 +8,16 @@ .panel.panel-default .panel-body .row - .col-md-3 + .col-md-4 %h3= t 'views.about.links.title' %p= t('views.about.links.desc', app_title: APP_CONFIG['site_name']) - .col-md-3.col-sm-4 + .col-md-4.col-sm-6 %a{href: "https://twitter.com/retrospring"} .icon-showcase %i.fa.fa-twitter %h4.heading-about.text-center Twitter - .col-md-3.col-sm-4 - %a{href: "https://github.com/Retrospring/bugs"} - .icon-showcase - %i.fa.fa-bug - %h4.heading-about.text-center - Bug Tracker - .col-md-3.col-sm-4 + .col-md-4.col-sm-6 %a{href: help_faq_path} .icon-showcase %i.fa.fa-question