diff --git a/templates/store/snap-details/_details.html b/templates/store/snap-details/_details.html index 5a44170f04..eac9a8d7e4 100644 --- a/templates/store/snap-details/_details.html +++ b/templates/store/snap-details/_details.html @@ -76,6 +76,65 @@
Source code

{% endif %} + {%- if aliases -%} + {%- set show_more = "Show more" -%} + {%- set show_less = "Show less" -%} + + {#- + # The list starts displaying maximum 3 elements with the rest hidden. + # With the script provided and the link element rendered the user can toggle + # displaying and hiding all the aliases. + -#} +
Command › Alias
+ +
+ + + {%- endif -%} + {% if links["issues"] %}
Report a bug