Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
6
app/views/notifier/licenses.erb
Normal file
6
app/views/notifier/licenses.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<% @licenses.each do |license| %>
|
||||
<%= license[:product].name %>:
|
||||
---------------------------------------------
|
||||
<%= license[:license_keys].join("\n") %>
|
||||
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user