@@ -6,8 +6,8 | |||||
6 | <tr class="<%= cycle('odd', 'even') %>"> |
|
6 | <tr class="<%= cycle('odd', 'even') %>"> | |
7 | <td><span class="name"><%=h plugin.name %></span> |
|
7 | <td><span class="name"><%=h plugin.name %></span> | |
8 | <%= content_tag('span', h(plugin.description), :class => 'description') unless plugin.description.blank? %> |
|
8 | <%= content_tag('span', h(plugin.description), :class => 'description') unless plugin.description.blank? %> | |
9 |
|
|
9 | <%= content_tag('span', link_to(h(plugin.url), plugin.url), :class => 'url') unless plugin.url.blank? %> | |
10 | </td> |
|
10 | </td> | |
11 | <td class="author"><%= plugin.author_url.blank? ? h(plugin.author) : link_to(h(plugin.author), plugin.author_url) %></td> |
|
11 | <td class="author"><%= plugin.author_url.blank? ? h(plugin.author) : link_to(h(plugin.author), plugin.author_url) %></td> | |
12 | <td class="version"><%=h plugin.version %></td> |
|
12 | <td class="version"><%=h plugin.version %></td> | |
13 | <td class="configure"><%= link_to(l(:button_configure), :controller => 'settings', :action => 'plugin', :id => plugin.id) if plugin.configurable? %></td> |
|
13 | <td class="configure"><%= link_to(l(:button_configure), :controller => 'settings', :action => 'plugin', :id => plugin.id) if plugin.configurable? %></td> |
General Comments 0
You need to be logged in to leave comments.
Login now