PHRAS-3111

This commit is contained in:
Harrys Ravalomanana
2020-06-01 16:06:09 +04:00
parent dc074fcafb
commit 410727bcf0

View File

@@ -42,10 +42,10 @@
</script> </script>
<script type="text/template" id="download_finish_tpl"> <script type="text/template" id="download_finish_tpl">
<b><%= heading %></b> <b title="<% _.each(reasons, function(reason) { %>*<%= reason %><% }); %>"><%= heading %></b>
<br /> <br />
<% _.each(reasons, function(reason) { %> <% _.each(reasons, function(reason) { %>
<div>*<%= reason %></div> <div class="hidden">*<%= reason %></div>
<% }); %> <% }); %>
</script> </script>