Sha256: eec1a6ced0fc01550ef6b86d9b47d98a5183dca48d479ef50a7e61f4dfb56474
Contents?: true
Size: 771 Bytes
Versions: 2
Compression:
Stored size: 771 Bytes
Contents
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <title>Need Force Update</title> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" /> <meta name="robots" content="noindex" /> </head> <body> <div> <h1><%= status %> <%= title %></h1> <% unless Rails.env.production? %> <table> <tbody> <tr> <td>code</td> <td><%= exception.code %></td> </tr> <tr> <td>debug_message</td> <td><%= exception.debug_message %></td> </tr> <% exception.errors.each do |error| %> <tr> <td>error</td> <td><%= error %></td> </tr> <% end %> </tbody> </table> <% end %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moromi-error-0.2.0 | app/views/moromi/error/_force_update.html.erb |
moromi-error-0.1.0 | app/views/moromi/error/_force_update.html.erb |