jam-cloud/web/app/views/artifacts/versioncheck.html.erb

11 lines
408 B
Plaintext

<!-- modeled after dialog in original client -->
<table style="background: #262626; color: white; ">
<tr>
<td width=70><%= image_tag "logo.png" %></td>
<td><h1>New version available</h1>
<p>Version <%= @artifact.version %> is now released on http://jamkazam.com<br/>
Please <a href="<%= @artifact.uri %>">download directly</a> from here.</p></td>
</tr>
</table>