From e6bffba0c48b416bd7c2f232a011bae512ccd938 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Mon, 5 Dec 2016 08:24:01 +0100
Subject: [PATCH] Update index.blade.php

---
 resources/views/index.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 5ba095930..668841595 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -149,7 +149,7 @@
               <label id="anpassen-label" for="angepasst">
                 <span class="glyphicon glyphicon-cog"></span>
                 <span class="content">
-                  <a class="mutelink" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}">
+                  <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}">
                   @if ($focus === 'angepasst')
                     {{ trans('index.foki.angepasst') }}
                   @else
-- 
GitLab