Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/tasks/templates/views/layouts/bunko_styles.html.erb.tt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<%%# Bunko ships our basic view files with https://picocss.com/ to give you a basic styled experience. %>
<%%# Feel free to delete this partial and references as you add your own design. %>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<%% content_for :head do %>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<%% end %>
1 change: 1 addition & 0 deletions test/dummy/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Bunko Test</title>
<%= yield :head %>
</head>
<body>
<%= yield %>
Expand Down