Skip to content

Commit

Permalink
putting @import 'actiontext' in app.bootstrap.scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasConnolly committed Aug 2, 2023
1 parent 602f0ba commit 1e24314
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

@import 'bootstrap/scss/bootstrap';
@import 'bootstrap-icons/font/bootstrap-icons';
@import 'actiontext.css';
@import 'actiontext';
16 changes: 16 additions & 0 deletions log/development.log
Original file line number Diff line number Diff line change
Expand Up @@ -1910,3 +1910,19 @@ Processing by PostsController#new as HTML
Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.6ms | Allocations: 17690)


Started GET "/posts/new" for 127.0.0.1 at 2023-08-02 14:33:05 -0400
Processing by PostsController#new as HTML
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 16], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering posts/new.html.erb within layouts/application
Rendered posts/_form.html.erb (Duration: 2.7ms | Allocations: 1402)
Rendered posts/new.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1606)
Rendered layouts/_header.html.erb (Duration: 1.7ms | Allocations: 1330)
Profile Load (0.4ms) SELECT "profiles".* FROM "profiles" WHERE "profiles"."user_id" = $1 LIMIT $2 [["user_id", 16], ["LIMIT", 1]]
↳ app/views/layouts/_navbar.html.erb:8
Rendered layouts/_navbar.html.erb (Duration: 4.0ms | Allocations: 2646)
Rendered layouts/_footer.html.erb (Duration: 0.5ms | Allocations: 219)
Rendered layout layouts/application.html.erb (Duration: 11.9ms | Allocations: 7037)
Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.8ms | Allocations: 9665)


0 comments on commit 1e24314

Please sign in to comment.