Sha256: 19ff31a492900bf7640a3d085f6dc8023f8db7f7cb5cf441e6429c6e062e72a4
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Api user auth</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "api_user_auth/application", media: "all" %> <%= javascript_include_tag "api_user_auth/application" %> </head> <body> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems