Sha256: 183691f110a5f66d622babfc6a01ee7bd163c419c0bd13272759caf3e6dc69cb
Contents?: true
Size: 369 Bytes
Versions: 30
Compression:
Stored size: 369 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale.to_s %>"> <head> <title><%= t('.link_not_found') %></title> </head> <body> <div class="columns two-a"> <div class="column second"> <h1><%= t('.link_expired_not_found') %></h1> <p> <%= t('.help', application_name: application_name) %> </p> </div> </body> </html>
Version data entries
30 entries across 30 versions & 1 rubygems