diff options
Diffstat (limited to 'views/includes')
-rw-r--r-- | views/includes/card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/includes/card.html b/views/includes/card.html index be28272..289c9d3 100644 --- a/views/includes/card.html +++ b/views/includes/card.html | |||
@@ -11,7 +11,7 @@ | |||
11 | {{ if $action.Disabled }} | 11 | {{ if $action.Disabled }} |
12 | <span>{{ $action.Name | html }}</span> | 12 | <span>{{ $action.Name | html }}</span> |
13 | {{ else }} | 13 | {{ else }} |
14 | <a href="{{ $action.Link }}">{{ $action.Name | html }}</a> | 14 | <a class="purple-text text-lighten-2" href="{{ $action.Link }}">{{ $action.Name | html }}</a> |
15 | {{ end }} | 15 | {{ end }} |
16 | {{ end }} | 16 | {{ end }} |
17 | </div> | 17 | </div> |