<% if @warning_message.blank? %> <% plugins.each do |name, version| %> <% end %>
Name Version
<%= name %> <%= version %> <%= link_to ''.html_safe, plugin_install_path(:plugin_key => name), :method => :post, :title => 'Install' %>
<% else %> <% end %> <%= javascript_tag do %> $(document).ready(function() { $('#plugins-table').dataTable({ "dom": "t", "paging": false, "ordering": false }); }); <% end %>