view/index.xhtml in ruby-station-0.1.3 vs view/index.xhtml in ruby-station-0.1.4.rc1
- old
+ new
@@ -33,10 +33,10 @@
<td>
<a href='#{Applications.r(:start, app.id)}' target='_blank' onclick='setTimeout(function(){window.location = window.location;}, 1000)'>
ON</a> / OFF
</td>
<?r end ?>
- <td>
+ <td id="uninstall-#{h app.name}-#{h app.version}">
#{Applications.a("-", :uninstall, app.id)}
</td>
</tr>
<?r end ?>
</table>