Sha256: dba8cdf8aab945d435afc609d6ecaa38225d1b5f63a760b6e655d0ff4ec5cd4b
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
Contents
<html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>Ruby-GetText-Package Test Application</title> <link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet" type="text/css" /> </head> <body> <p style="color: green"></p> <h1>Listing articles</h1> <table> <tr> <th>Title</th> <th>Description</th> <th>Lastupdate</th> </tr> <tr> <td>タイトル1</td> <td>内容1</td> <td>2007-01-01</td> <td><a href="/articles/show/1">Show</a></td> <td><a href="/articles/edit/1">Edit</a></td> <td><a href="/articles/destroy/1" onclick="if (confirm('Are you sure?')) { var f = document.createElement('form'); f.style.display = 'none'; this.parentNode.appendChild(f); f.method = 'POST'; f.action = this.href;f.submit(); };return false;">Destroy</a></td> </tr> <tr> <td>タイトル2</td> <td>内容2</td> <td>2007-01-02</td> <td><a href="/articles/show/2">Show</a></td> <td><a href="/articles/edit/2">Edit</a></td> <td><a href="/articles/destroy/2" onclick="if (confirm('Are you sure?')) { var f = document.createElement('form'); f.style.display = 'none'; this.parentNode.appendChild(f); f.method = 'POST'; f.action = this.href;f.submit(); };return false;">Destroy</a></td> </tr> </table> <br /> <a href="/articles/new">New article</a> <br /> <br /> <a href="/articles/multi_error_messages_for">error_messages_for Test</a> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gettext-1.10.0-mswin32 | test/rails/test/result/en/list.html |
gettext-1.10.0 | test/rails/test/result/en/list.html |