Sha256: 251874127e712a512e8da4c3404c4b395fe3a14ba7b276083d406277a3c59922
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>KonoMailup</title> <%= stylesheet_link_tag "kono_mailup/application", media: "all" %> <%= javascript_include_tag "kono_mailup/application" %> <%= csrf_meta_tags %> </head> <body> <% if flash[:notice] %> <div class="notice"><%= flash[:notice] %></div> <% end %> <%= link_to 'Get Tokens', '/auth/mailup' %> <% if KonoMailup::API.client_ready? %> <div> <h3>Test Api</h3> <%= link_to "Get List", list_test_api_path %> </div> <% end %> <div> <%= yield %> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems