Skip to content
Snippets Groups Projects
Commit 9a996460 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'improve-wording' of /home/git/repositories/gitlab/gitlabhq

parents 08538da2 d6d0a172
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,9 +2,9 @@
.alert.alert-block
%p
%strong Warning! Large commit with more than #{Commit::DIFF_SAFE_SIZE} files changed.
%p To prevent performance issue we rejected diff information.
%p To preserve performance the diff is not shown.
%p
But if you still want to see diff
But if you still want to see the diff
= link_to "click this link", project_commit_path(project, @commit, force_show_diff: true), class: "underlined_link"
 
%p.commit-stat-summary
Loading
Loading
Loading
Loading
@@ -8,8 +8,8 @@
- if @commits.size > 100
.alert.alert-block
%p
%strong Warning! This comparison include 100+ commits.
%p To prevent performance issue we don't show diff information.
%strong Warning! This comparison includes more than 100 commits.
%p To preserve performance the line diff is not shown.
 
- if @commits.present?
%div.ui-box
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment