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
iv
gitlab-ce
Commits
6ddb35bd
Commit
6ddb35bd
authored
Sep 17, 2012
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move tree-related views from refs to trees
parent
567767bc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
0 deletions
+11
-0
app/views/tree/_head.html.haml
app/views/tree/_head.html.haml
+11
-0
app/views/tree/_submodule_item.html.haml
app/views/tree/_submodule_item.html.haml
+0
-0
app/views/tree/_tree.html.haml
app/views/tree/_tree.html.haml
+0
-0
app/views/tree/_tree_commit.html.haml
app/views/tree/_tree_commit.html.haml
+0
-0
app/views/tree/_tree_file.html.haml
app/views/tree/_tree_file.html.haml
+0
-0
app/views/tree/_tree_item.html.haml
app/views/tree/_tree_item.html.haml
+0
-0
app/views/tree/show.html.haml
app/views/tree/show.html.haml
+0
-0
app/views/tree/show.js.haml
app/views/tree/show.js.haml
+0
-0
No files found.
app/views/tree/_head.html.haml
0 → 100644
View file @
6ddb35bd
%ul
.nav.nav-tabs
%li
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'tree'
,
path:
params
[
:path
]}
%li
{
class:
"#{'active' if (controller.controller_name == "
refs
") }"
}
=
link_to
tree_project_ref_path
(
@project
,
@ref
)
do
Source
%li
.right
.input-prepend.project_clone_holder
%button
{
class:
"btn small active"
,
:"data-clone"
=>
@project
.
ssh_url_to_repo
}
SSH
%button
{
class:
"btn small"
,
:"data-clone"
=>
@project
.
http_url_to_repo
}
HTTP
=
text_field_tag
:project_clone
,
@project
.
url_to_repo
,
class:
"one_click_select span5"
app/views/
refs
/_submodule_item.html.haml
→
app/views/
tree
/_submodule_item.html.haml
View file @
6ddb35bd
File moved
app/views/
refs
/_tree.html.haml
→
app/views/
tree
/_tree.html.haml
View file @
6ddb35bd
File moved
app/views/
refs
/_tree_commit.html.haml
→
app/views/
tree
/_tree_commit.html.haml
View file @
6ddb35bd
File moved
app/views/
refs
/_tree_file.html.haml
→
app/views/
tree
/_tree_file.html.haml
View file @
6ddb35bd
File moved
app/views/
refs
/_tree_item.html.haml
→
app/views/
tree
/_tree_item.html.haml
View file @
6ddb35bd
File moved
app/views/
refs/tree
.html.haml
→
app/views/
tree/show
.html.haml
View file @
6ddb35bd
File moved
app/views/
refs/tree
.js.haml
→
app/views/
tree/show
.js.haml
View file @
6ddb35bd
File moved
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