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.10 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.9 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.8 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.7 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.6 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.5 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.4 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.3 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.2 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.1 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.0 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.28 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.27 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.26 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.25 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.24 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.23 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.22 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.21 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.1.20 after_templates/rag_tailwind_emulating_bootstrap/application.html.erb