КОНТРОЛЫ/updater.md


Исходный код

Twig код

{% if type == 'loader'%}
  <span class="spinner-icon spinner-icon-updater"></span>
{% elseif type == 'button' %}
  {% include "interface/controls/button.twig" with {
    text: button_text,
    class_name: class_name,
  }%}
{% endif %}

{% if link_download %}
  <span class="update-notifier_or">{{ 'Or'|i18n }}</span>
  &nbsp;{{ 'use'|i18n }}&nbsp;
  <a class="js-link-update">
    {{ 'direct link'|i18n }}
  </a>
{% endif %}

<img class="js-button-update_close chat-inbox__close" src="/frontend/images/interface/inbox/close_notification.svg">
Ссылка на вики репозиторий