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.3.6 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.5 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.4 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.3 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.2 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.1 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.3.0 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.43 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.42 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.41 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.40 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.39 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.38 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.37 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.36 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.35 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.34 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.33 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.32 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
rails_app_generator-0.2.31 after_templates/rag/tailwind_emulating_bootstrap/application.html.erb