Skip to content
Snippets Groups Projects
Commit 870826f6 authored by Alexandru Croitor's avatar Alexandru Croitor :three:
Browse files

Merge branch 'pl-deprecation-warnings-rendering-actions-with-dot' into 'master'

Fix deprecation warning in PWA offline view

See merge request !91833
parents a1881520 c23cfe8c
No related branches found
No related tags found
1 merge request!91833Fix deprecation warning in PWA offline view
Pipeline #581676988 passed
= link_to root_path do
= render 'shared/logo.svg'
= render partial: 'shared/logo', formats: :svg
%h1= _('Offline')
.container
%h3= _('You are currently offline, or the GitLab instance is not reachable.')
......
......@@ -3,7 +3,7 @@
require 'spec_helper'
RSpec.describe 'projects/commits/_commit.html.haml' do
let(:template) { 'projects/commits/commit.html.haml' }
let(:template) { 'projects/commits/commit' }
let(:project) { create(:project, :repository) }
let(:commit) { project.repository.commit(ref) }
......
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