Commit fb40d27d authored by VSizov's avatar VSizov

remove spaces

parent f6a67fba
...@@ -115,7 +115,7 @@ class ProjectsController < ApplicationController ...@@ -115,7 +115,7 @@ class ProjectsController < ApplicationController
respond_to do |format| respond_to do |format|
format.html # show.html.erb format.html # show.html.erb
format.js do format.js do
# diasbale cache to allow back button works # disable cache to allow back button works
response.headers["Cache-Control"] = "no-cache, no-store, max-age=0, must-revalidate" response.headers["Cache-Control"] = "no-cache, no-store, max-age=0, must-revalidate"
response.headers["Pragma"] = "no-cache" response.headers["Pragma"] = "no-cache"
response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT" response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT"
......
...@@ -28,7 +28,7 @@ eos ...@@ -28,7 +28,7 @@ eos
<h2>Existing Git Repo?</h2> <h2>Existing Git Repo?</h2>
<% exist_repo_setup_str = <<eos <% exist_repo_setup_str = <<eos
cd existing_git_repo cd existing_git_repo
git remote add origin #{@project.url_to_repo} git remote add origin #{@project.url_to_repo}
git push -u origin master git push -u origin master
eos eos
%> %>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment