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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
71a1689f
Commit
71a1689f
authored
May 09, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add icons to more tabs.
parent
f84e78f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
app/views/projects/_section.html.haml
app/views/projects/_section.html.haml
+2
-0
app/views/projects/commits/_head.html.haml
app/views/projects/commits/_head.html.haml
+6
-1
No files found.
app/views/projects/_section.html.haml
View file @
71a1689f
%ul
.nav.nav-tabs
%ul
.nav.nav-tabs
%li
.active
%li
.active
=
link_to
'#tab-activity'
,
'data-toggle'
=>
'tab'
do
=
link_to
'#tab-activity'
,
'data-toggle'
=>
'tab'
do
=
icon
(
"tachometer"
)
Activity
Activity
-
if
@repository
.
readme
-
if
@repository
.
readme
%li
%li
=
link_to
'#tab-readme'
,
'data-toggle'
=>
'tab'
do
=
link_to
'#tab-readme'
,
'data-toggle'
=>
'tab'
do
=
icon
(
"file-text-o"
)
Readme
Readme
.tab-content
.tab-content
.tab-pane.active
#tab-activity
.tab-pane.active
#tab-activity
...
...
app/views/projects/commits/_head.html.haml
View file @
71a1689f
%ul
.nav.nav-tabs
%ul
.nav.nav-tabs
=
nav_link
(
controller:
[
:commit
,
:commits
])
do
=
nav_link
(
controller:
[
:commit
,
:commits
])
do
=
link_to
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
@ref
||
@repository
.
root_ref
)
do
=
link_to
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
@ref
||
@repository
.
root_ref
)
do
=
icon
(
"history"
)
Commits
Commits
%span
.badge
=
number_with_precision
(
@repository
.
commit_count
,
precision:
0
,
delimiter:
','
)
%span
.badge
=
number_with_precision
(
@repository
.
commit_count
,
precision:
0
,
delimiter:
','
)
=
nav_link
(
controller: :compare
)
do
=
nav_link
(
controller: :compare
)
do
=
link_to
'Compare'
,
namespace_project_compare_index_path
(
@project
.
namespace
,
@project
,
from:
@repository
.
root_ref
,
to:
@ref
||
@repository
.
root_ref
)
=
link_to
namespace_project_compare_index_path
(
@project
.
namespace
,
@project
,
from:
@repository
.
root_ref
,
to:
@ref
||
@repository
.
root_ref
)
do
=
icon
(
"exchange"
)
Compare
=
nav_link
(
html_options:
{
class:
branches_tab_class
})
do
=
nav_link
(
html_options:
{
class:
branches_tab_class
})
do
=
link_to
namespace_project_branches_path
(
@project
.
namespace
,
@project
)
do
=
link_to
namespace_project_branches_path
(
@project
.
namespace
,
@project
)
do
=
icon
(
"code-fork"
)
Branches
Branches
%span
.badge.js-totalbranch-count
=
@repository
.
branches
.
size
%span
.badge.js-totalbranch-count
=
@repository
.
branches
.
size
=
nav_link
(
controller: :tags
)
do
=
nav_link
(
controller: :tags
)
do
=
link_to
namespace_project_tags_path
(
@project
.
namespace
,
@project
)
do
=
link_to
namespace_project_tags_path
(
@project
.
namespace
,
@project
)
do
=
icon
(
"tags"
)
Tags
Tags
%span
.badge.js-totaltags-count
=
@repository
.
tags
.
length
%span
.badge.js-totaltags-count
=
@repository
.
tags
.
length
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