This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<div>
|
|
<ul>
|
|
<% @desktopWidgets.each do |dw| %>
|
|
<li> <%= dw.name %>
|
|
<%= link_to "Delete", desktop_widget_path(dw), :method=>"delete", :confirm=>"Are you sure?" %>
|
|
<%= link_to "Edit", edit_desktop_widget_path(dw) %>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|
|
</div> |