Recently Copied Text | <% @list.each_with_index do |item, i|%>
---|
<%= item.join("").gsub("<", "<").gsub(">", ">") %> |
<% end %>
% redcar_css = File.expand_path(File.join(Redcar.root, %w(plugins clipboard-viewer views default.css))) %>
Recently Copied Text | <% @list.each_with_index do |item, i|%>
---|
<%= item.join("").gsub("<", "<").gsub(">", ">") %> |
<% end %>