Skip to content
Snippets Groups Projects

CE upstream

Merged Valery Sizov requested to merge ce_upstream into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,9 @@ def show
respond_to do |format|
format.html do
flash.now[:alert] = "Git revision '#{params[:extended_sha1]}' does not exist." if params[:extended_sha1].present? && !@commit
if params[:extended_sha1].present? && !@commit
flash.now[:alert] = "Git revision '#{params[:extended_sha1]}' does not exist."
end
end
format.json do
Loading