Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-30 19:55:49 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-05-30 19:55:49 +0300
commite1b3a11fa490e75a14708e313632c949258e8da5 (patch)
treee7b6f9a905aee947477bb8313d1b11eeadd64afd /lib
parent439adb96dadd49124d080db0db0b0076d2049c6b (diff)
parent045e4a9792ef7d658969b8d96551cc14b4495718 (diff)
Merge branch '46999-line-profiling-modal-width' into 'master'
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
Diffstat (limited to 'lib')
-rw-r--r--lib/peek/rblineprof/custom_controller_helpers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/peek/rblineprof/custom_controller_helpers.rb b/lib/peek/rblineprof/custom_controller_helpers.rb
index 7cfe76b7b71..da24a36603e 100644
--- a/lib/peek/rblineprof/custom_controller_helpers.rb
+++ b/lib/peek/rblineprof/custom_controller_helpers.rb
@@ -41,10 +41,10 @@ module Peek
]
end.sort_by{ |a,b,c,d,e,f| -f }
- output = "<div class='modal-dialog modal-full'><div class='modal-content'>"
+ output = "<div class='modal-dialog modal-lg'><div class='modal-content'>"
output << "<div class='modal-header'>"
- output << "<button class='close btn btn-link btn-sm' type='button' data-dismiss='modal'>X</button>"
output << "<h4>Line profiling: #{human_description(params[:lineprofiler])}</h4>"
+ output << "<button class='close' type='button' data-dismiss='modal' aria-label='close'><span aria-hidden='true'>&times;</span></button>"
output << "</div>"
output << "<div class='modal-body'>"