mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
UX: Adding a sticky footer to the post history modal, removing bootstrap columns
This commit is contained in:
@ -85,7 +85,7 @@ class DiscourseDiff
|
||||
i += 1
|
||||
end
|
||||
|
||||
"<div class=\"span8\">#{left.join}</div><div class=\"span8 offset1\">#{right.join}</div>"
|
||||
"<div class=\"revision-content\">#{left.join}</div><div class=\"revision-content\">#{right.join}</div>"
|
||||
end
|
||||
|
||||
def side_by_side_markdown
|
||||
|
Reference in New Issue
Block a user