Commit 419368f4f4dfe89afee787ee43ec2f0189de0525

Authored by Dmitriy Zaporozhets
1 parent 911abedf

fix empty page after broken pull request

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/empty.html.haml
... ... @@ -15,7 +15,7 @@
15 15 %h3 Git global setup:
16 16 - setup_str = ["git config --global user.name \"#{current_user.name}\"",
17 17 "git config --global user.email \"#{current_user.email}\""].join("\n")
18   - = raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
  18 + = raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
19 19  
20 20 %br
21 21 %br
... ...