diff --git a/ui/views/block_leftmenus.jet b/ui/views/block_leftmenus.jet index 853e366..e2aacb8 100644 --- a/ui/views/block_leftmenus.jet +++ b/ui/views/block_leftmenus.jet @@ -15,15 +15,15 @@ {{ if it.Show(.) }} {{ if it.Image != "" }} {{ if it.Link != "" && !it.Disabled }} - {{ it.Text }} +
{{ it.Text }}
{{ else }} - {{ it.Text }} +
{{ it.Text }}
{{ end }} {{ else }} {{ if it.Disabled }}
{{ it.Text }}
{{ else if it.Link != "" }} - {{ it.Text }} +
{{ it.Text }}
{{ else }}
{{ it.Text }}
{{ end }} @@ -45,9 +45,9 @@ {{ if it.Show(.) }} {{ if it.Image != "" }} {{ if it.Link != "" && !it.Disabled }} - {{ it.Text }} +
{{ it.Text }}
{{ else }} - {{ it.Text }} +
{{ it.Text }}
{{ end }} {{ else }} {{ if it.Disabled }}