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
9a198054
Commit
9a198054
authored
Oct 14, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue #103
parent
2b357986
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Gemfile.lock
Gemfile.lock
+4
-5
app/views/commits/index.html.haml
app/views/commits/index.html.haml
+2
-0
No files found.
Gemfile.lock
View file @
9a198054
...
...
@@ -22,12 +22,11 @@ GIT
GIT
remote: git://github.com/mbleigh/seed-fu.git
revision: 29fe8c61ca6cc4408115ea7475fe2647081bd348
branch: rails-3-1
revision: 77be06852b18fb01e272ab763ddb292da575586c
specs:
seed-fu (2.
0.1.rails31
)
activerecord (~> 3.1.0
.rc4
)
activesupport (~> 3.1.0
.rc4
)
seed-fu (2.
1.0
)
activerecord (~> 3.1.0)
activesupport (~> 3.1.0)
GEM
remote: http://rubygems.org/
...
...
app/views/commits/index.html.haml
View file @
9a198054
...
...
@@ -9,5 +9,7 @@
=
select_tag
"tag"
,
options_for_select
(
@project
.
tags
,
@branch
),
:onchange
=>
"this.form.submit();"
,
:class
=>
""
,
:prompt
=>
"Tags"
=
text_field_tag
"ssh"
,
@project
.
url_to_repo
,
:class
=>
[
"ssh_project_url"
,
"one_click_select"
]
.clear
-
if
params
[
:path
]
%h3
{
:style
=>
"color:#555"
}
/
#{
params
[
:path
]
}
%div
{
:id
=>
dom_id
(
@project
)}
=
render
"commits"
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