Skip to content

Commit

Permalink
fix standard rb add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Mar 9, 2024
1 parent 147b348 commit bc8921a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phlex_ui (0.1.4)
phlex_ui (0.1.6)
phlex (~> 1.7)
rouge (~> 4.2.0)
ruby-next (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex_ui/sheet/content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def template(&block)
div(data: {controller: "dismissable"}) do
backdrop
div(**attrs) do
block.call if block
block&.call
close_button
end
end
Expand Down

0 comments on commit bc8921a

Please sign in to comment.