Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
fb40d27d
Commit
fb40d27d
authored
Oct 28, 2011
by
VSizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove spaces
parent
f6a67fba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/projects_controller.rb
app/controllers/projects_controller.rb
+1
-1
app/views/projects/empty.html.erb
app/views/projects/empty.html.erb
+1
-1
No files found.
app/controllers/projects_controller.rb
View file @
fb40d27d
...
...
@@ -115,7 +115,7 @@ class ProjectsController < ApplicationController
respond_to
do
|
format
|
format
.
html
# show.html.erb
format
.
js
do
# di
asba
le cache to allow back button works
# di
sab
le cache to allow back button works
response
.
headers
[
"Cache-Control"
]
=
"no-cache, no-store, max-age=0, must-revalidate"
response
.
headers
[
"Pragma"
]
=
"no-cache"
response
.
headers
[
"Expires"
]
=
"Fri, 01 Jan 1990 00:00:00 GMT"
...
...
app/views/projects/empty.html.erb
View file @
fb40d27d
...
...
@@ -28,7 +28,7 @@ eos
<h2>
Existing Git Repo?
</h2>
<%
exist_repo_setup_str
=
<<
eos
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
eos
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment