mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Merge pull request #2229 from srbaker/move-mini-profiler-to-bottom-left
Move the profiler to the bottom left.
This commit is contained in:
commit
b1fbc7202e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Have Mini Profiler show up on the right
|
||||
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)
|
||||
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue