Sha256: 01582b2389fbbe7ecff59ee1cf0dcc616cc7ae14fa9bf2dff3f2e34a4dcc9321

Contents?: true

Size: 668 Bytes

Versions: 74

Compression:

Stored size: 668 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>TailwindEmulatingBootstrap</title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>

    <%= stylesheet_link_tag css_framework, "data-turbo-track": "reload" %>
    <%= javascript_importmap_tags %>
  </head>
  
  <body>
    <%= link_to "Bootstrap" , home_bootstrap_path, class: "btn btn-#{File.basename(request.path) == 'bootstrap' ? 'primary' : 'secondary'}" %>
    <%= link_to "Tailwind"  , home_tailwind_path , class: "btn btn-#{File.basename(request.path) == 'tailwind'  ? 'primary' : 'secondary'}" %>
    <hr />

    <%= yield %>
  </body>
</html>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
rails_app_generator-0.2.30 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.29 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.28 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.27 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.26 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.25 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.24 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.23 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.22 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.21 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.20 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.19 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.18 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.17 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.16 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.15 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.14 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.13 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.12 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.11 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb