dev/provisioning/modules/drush/templates/install-versions-hash.erb
author ymh <ymh.work@gmail.com>
Fri, 16 Dec 2016 17:43:07 +0100
changeset 474 245b4df137d3
parent 353 bf1bc6b08c46
permissions -rw-r--r--
Correct themes visualisation

---
<% scope.lookupvar('drush::versions').each do |version| %>
  <%= version %> :
    version : '<%= version %>'
<% end %>