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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
32ca0b8c
Commit
32ca0b8c
authored
Nov 15, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
12782adf
3467a3f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README.rdoc
README.rdoc
+4
-0
app/views/projects/_form.html.haml
app/views/projects/_form.html.haml
+2
-2
No files found.
README.rdoc
View file @
32ca0b8c
...
@@ -94,6 +94,10 @@ Install gitosis, edit conf/gitosis.yml & start server
...
@@ -94,6 +94,10 @@ Install gitosis, edit conf/gitosis.yml & start server
echo "gem: --no-rdoc --no-ri" > ~/.gemrc
echo "gem: --no-rdoc --no-ri" > ~/.gemrc
== Community
gitlabhq[https://groups.google.com/forum/?hl=en#!forum/gitlabhq] Google Group
== Contribute
== Contribute
We develop project on our private server.
We develop project on our private server.
...
...
app/views/projects/_form.html.haml
View file @
32ca0b8c
...
@@ -19,13 +19,13 @@
...
@@ -19,13 +19,13 @@
%tr
%tr
%td
%td
.left
=
f
.
label
:path
.left
=
f
.
label
:path
%cite
.right
git@yourserver:
%cite
.right
=
"git@
#{
GITOSIS
[
"host"
]
}
:"
%td
%td
=
f
.
text_field
:path
,
:placeholder
=>
"example_project"
,
:disabled
=>
!
@project
.
new_record?
=
f
.
text_field
:path
,
:placeholder
=>
"example_project"
,
:disabled
=>
!
@project
.
new_record?
%tr
%tr
%td
%td
.left
=
f
.
label
:code
.left
=
f
.
label
:code
%cite
.right
http://yourserver/
%cite
.right
=
"http://
#{
GITOSIS
[
"host"
]
}
/"
%td
=
f
.
text_field
:code
,
:placeholder
=>
"example"
%td
=
f
.
text_field
:code
,
:placeholder
=>
"example"
%tr
%tr
...
...
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