Welcome to Raven


Recent inventory updates

<% if items.length > 0 %> <% items.each do |item| %> <% end %>
Item name Updated at
<%= item.name %> <%= date_format(item.updated_at) %>
<% else %>

There are no items to display.

<% end %>

Recent license updates

<% if licenses.length > 0 %> <% licenses.each do |license| %> <% end %>
License name Updated at
<%= license.name %> <%= date_format(license.updated_at) %>
<% else %>

There are no licenses to display.

<% end %>