diff --git a/templates/index.html.jinja2 b/templates/index.html.jinja2
index 17aab8327129fc0e7f2508698be287cf8c2fde43..adc26213aadc12d02f6b5b1611b87b0a103c1a82 100644
--- a/templates/index.html.jinja2
+++ b/templates/index.html.jinja2
@@ -190,15 +190,18 @@
   {% if meta.new_pipeline_url -%}
   <ul class="list-inline mr-auto">
     <a class="btn btn-primary {{'disabled' if not summary.wrong_settings_count }}"
+        title="Apply default settings to packages repositories"
         href="{{- meta.new_pipeline_url -}}&amp;var[TRIGGER_GITLAB_RULEZ]=apply
       ">Run gitlab-rulez</a>
     <a class="btn btn-primary {{'disabled' if not summary.total_updates_count }}"
+        title="Trigger pipelines importing updates"
         href="{{- meta.new_pipeline_url -}}&amp;var[TRIGGER_UPDATES]=*
       {%- if meta.current_job_url -%}
       &amp;var[TRIGGER_FROM_JOB]={{- meta.current_job_url -}}
       {%- endif -%}
       ">Update all</a>
     <a class="btn btn-danger {{'disabled' if not summary.update_errors_count }}"
+        title="Trigger pipelines importing security updates"
         href="{{- meta.new_pipeline_url -}}&amp;var[TRIGGER_UPDATES]=*&amp;var[TRIGGER_SECURITY_UPDATES]=1
       {%- if meta.current_job_url -%}
       &amp;var[TRIGGER_FROM_JOB]={{- meta.current_job_url -}}