clean: remove unused code
This commit is contained in:
@@ -50,14 +50,6 @@
|
||||
|
||||
<!-- mobile right menu, it must be here because in mobile view, each item is a flex column, the first item is a full row column -->
|
||||
<div class="ui secondary menu item navbar-mobile-right only-mobile">
|
||||
<!-- {{if and .IsSigned EnableTimetracking .ActiveStopwatch}}-->
|
||||
<!-- <a id="mobile-stopwatch-icon" class="active-stopwatch item tw-mx-0" href="{{.ActiveStopwatch.IssueLink}}" title="{{ctx.Locale.Tr "active_stopwatch"}}" data-seconds="{{.ActiveStopwatch.Seconds}}">-->
|
||||
<!-- <div class="tw-relative">-->
|
||||
<!-- {{svg "octicon-stopwatch"}}-->
|
||||
<!-- <span class="header-stopwatch-dot"></span>-->
|
||||
<!-- </div>-->
|
||||
<!-- </a>-->
|
||||
<!-- {{end}}-->
|
||||
{{if .IsSigned}}
|
||||
<a id="mobile-notifications-icon" class="item tw-w-auto tw-p-2" href="{{AppSubUrl}}/notifications" data-tooltip-content="{{ctx.Locale.Tr "notifications"}}" aria-label="{{ctx.Locale.Tr "notifications"}}">
|
||||
<div class="tw-relative">
|
||||
|
||||
Reference in New Issue
Block a user