Skip to content

Commit

Permalink
Final improvements for version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesalib committed Apr 24, 2022
1 parent 086ed4f commit bfd2250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/simpleblog/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def copy_template_file(path)

return if input == "n"

p "Overriden #{path}"
p "Overriden: #{path}"
else
p "Created #{path}"
p "Created: #{path}"
end

copy_file("#{gem_path}/simpleblog/template/#{path}", path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
</head>

<body>
Expand Down

0 comments on commit bfd2250

Please sign in to comment.