
align animating icons bring back color in sidebar tiles change settings hover color new help icon for allowed failures and settings help fix svgs for firefox also for remove log also for help icon fix coloring issues, use flexbox footer
17 lines
429 B
Handlebars
17 lines
429 B
Handlebars
<a href="#" {{action "menu"}} class="settings-button" type="" title="Open settings menu">Settings</a>
|
|
<ul class="settings-dropdown">
|
|
{{#if displaySettingsLink}}
|
|
<li>
|
|
{{#link-to "settings" repo}}Settings{{/link-to}}
|
|
</li>
|
|
{{/if}}
|
|
<li>
|
|
{{#link-to "requests" repo}}Requests{{/link-to}}
|
|
</li>
|
|
{{#if displayCachesLink}}
|
|
<li>
|
|
{{#link-to "caches" repo}}Caches{{/link-to}}
|
|
</li>
|
|
{{/if}}
|
|
</ul>
|