Skip to content

Also show diff tab while editing blob with preview [failure unrelated]

gitlab-qa-bot requested to merge github/fork/cirosantilli/md-show-diff into master

Created by: cirosantilli

Before this PR, you cannot see the diff if the blob you are editing has a preview, like Markdown: the Diff button would be replaced with Preview instead.

Now you can: both buttons have been split up. Diff always shows, and Preview only shows if there is a preview available.

The diff is equally useful whether there is preview or not.

Fixes: http://feedback.gitlab.com/forums/176466-general/suggestions/5855625-show-both-diff-and-preview-when-editing-markdown-f

screenshot from 2014-10-05 13 47 21 diff preview after

screenshot from 2014-10-05 13 51 20 edit preview diff

Merge request reports