Sha256: 6febefcc201ba06354724819bf6dfa8b9d691ed994586654886905d8b2aeac4e
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
<!DOCTYPE html> <html> <head> <title>BotMob</title> <%= csrf_meta_tags %> <meta charset="utf-8"> <link rel="icon" type="image/png" href="/assets/favicon.png"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <%= stylesheet_link_tag "bot_mob/rails/application", media: "all" %> <%= javascript_include_tag "bot_mob/rails/application" %> </head> <body class="index" style="zoom: 1;"> <div class="inner"> <div id="header"> <h1><%= link_to '📈 BotMob', root_path %></h1> <%= slack_button('bot', 'incoming-webhook') %> </div> <div> <% if flash[:notice] %> <span><%= flash[:notice] %></span> <% end %> <% if flash[:error] %> <span><%= flash[:error] %></span> <% end %> </div> <div id="main"> <%= yield %> </div> </div> <div id="footer"> <%= link_to 'Home', root_path %> <%= link_to 'Setup', setup_path %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bot_mob_rails-0.0.2 | app/views/layouts/bot_mob/rails/application.html.erb |
bot_mob_rails-0.0.1 | app/views/layouts/bot_mob/rails/application.html.erb |