Skip to content

Commit cf9a3cf

Browse files
committed
Update application_helper.rb
1 parent c2d6dfd commit cf9a3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/helpers/application_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def cannonical_url
44
end
55

66
def report_history(obj, text: 'Report history')
7-
id = modal('Report history', size: :lg) do
7+
id = modal('Report history', size: :xl) do
88
obj.reports.map do |report|
99
content_tag(:div, class: 'text-right muted-text') do
1010
time_ago_with_date(report.created_at, true)

0 commit comments

Comments
 (0)