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
Léo-Paul Géneau
gitlab-ce
Commits
36fd4de8
Commit
36fd4de8
authored
11 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace page_title with page-title. Correct margin for some blocks/layouts
parent
8b1d44f7
Changes
87
Show whitespace changes
Inline
Side-by-side
Showing
87 changed files
with
96 additions
and
110 deletions
+96
-110
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+2
-6
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+1
-1
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+2
-1
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+1
-1
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+1
-1
app/assets/stylesheets/sections/votes.scss
app/assets/stylesheets/sections/votes.scss
+1
-1
app/assets/stylesheets/sections/wiki.scss
app/assets/stylesheets/sections/wiki.scss
+1
-1
app/views/admin/background_jobs/show.html.haml
app/views/admin/background_jobs/show.html.haml
+1
-1
app/views/admin/groups/edit.html.haml
app/views/admin/groups/edit.html.haml
+1
-1
app/views/admin/groups/index.html.haml
app/views/admin/groups/index.html.haml
+1
-1
app/views/admin/groups/new.html.haml
app/views/admin/groups/new.html.haml
+1
-1
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+1
-1
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+1
-1
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-1
app/views/admin/users/edit.html.haml
app/views/admin/users/edit.html.haml
+1
-1
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+1
-1
app/views/admin/users/new.html.haml
app/views/admin/users/new.html.haml
+1
-1
app/views/admin/users/show.html.haml
app/views/admin/users/show.html.haml
+1
-1
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-3
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+1
-2
app/views/devise/passwords/new.html.haml
app/views/devise/passwords/new.html.haml
+1
-1
app/views/devise/registrations/new.html.haml
app/views/devise/registrations/new.html.haml
+1
-1
app/views/devise/sessions/new.html.haml
app/views/devise/sessions/new.html.haml
+1
-1
app/views/errors/access_denied.html.haml
app/views/errors/access_denied.html.haml
+1
-1
app/views/errors/encoding.html.haml
app/views/errors/encoding.html.haml
+1
-1
app/views/errors/git_not_found.html.haml
app/views/errors/git_not_found.html.haml
+1
-1
app/views/errors/not_found.html.haml
app/views/errors/not_found.html.haml
+1
-1
app/views/groups/_filter.html.haml
app/views/groups/_filter.html.haml
+0
-6
app/views/groups/issues.html.haml
app/views/groups/issues.html.haml
+1
-1
app/views/groups/merge_requests.html.haml
app/views/groups/merge_requests.html.haml
+1
-1
app/views/help/api.html.haml
app/views/help/api.html.haml
+1
-1
app/views/help/index.html.haml
app/views/help/index.html.haml
+1
-1
app/views/help/markdown.html.haml
app/views/help/markdown.html.haml
+1
-1
app/views/help/permissions.html.haml
app/views/help/permissions.html.haml
+1
-1
app/views/help/public_access.html.haml
app/views/help/public_access.html.haml
+1
-1
app/views/help/raketasks.html.haml
app/views/help/raketasks.html.haml
+1
-1
app/views/help/ssh.html.haml
app/views/help/ssh.html.haml
+1
-1
app/views/help/system_hooks.html.haml
app/views/help/system_hooks.html.haml
+1
-1
app/views/help/web_hooks.html.haml
app/views/help/web_hooks.html.haml
+1
-1
app/views/help/workflow.html.haml
app/views/help/workflow.html.haml
+1
-1
app/views/layouts/_page_title.html.haml
app/views/layouts/_page_title.html.haml
+2
-2
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/index.html.haml
+1
-1
app/views/profiles/keys/new.html.haml
app/views/profiles/keys/new.html.haml
+1
-1
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+1
-1
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-1
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+1
-1
app/views/projects/compare/index.html.haml
app/views/projects/compare/index.html.haml
+1
-1
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+1
-1
app/views/projects/deploy_keys/new.html.haml
app/views/projects/deploy_keys/new.html.haml
+1
-1
app/views/projects/deploy_keys/show.html.haml
app/views/projects/deploy_keys/show.html.haml
+2
-2
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+2
-2
app/views/projects/issues/_form.html.haml
app/views/projects/issues/_form.html.haml
+1
-1
app/views/projects/issues/index.html.haml
app/views/projects/issues/index.html.haml
+1
-3
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+2
-2
app/views/projects/labels/index.html.haml
app/views/projects/labels/index.html.haml
+1
-1
app/views/projects/merge_requests/edit.html.haml
app/views/projects/merge_requests/edit.html.haml
+1
-1
app/views/projects/merge_requests/index.html.haml
app/views/projects/merge_requests/index.html.haml
+1
-1
app/views/projects/merge_requests/new.html.haml
app/views/projects/merge_requests/new.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_title.html.haml
app/views/projects/merge_requests/show/_mr_title.html.haml
+2
-2
app/views/projects/milestones/_form.html.haml
app/views/projects/milestones/_form.html.haml
+2
-2
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/index.html.haml
+1
-1
app/views/projects/milestones/show.html.haml
app/views/projects/milestones/show.html.haml
+2
-2
app/views/projects/network/_head.html.haml
app/views/projects/network/_head.html.haml
+1
-1
app/views/projects/services/_form.html.haml
app/views/projects/services/_form.html.haml
+2
-2
app/views/projects/services/index.html.haml
app/views/projects/services/index.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
app/views/projects/snippets/_form.html.haml
app/views/projects/snippets/_form.html.haml
+1
-1
app/views/projects/snippets/index.html.haml
app/views/projects/snippets/index.html.haml
+1
-1
app/views/projects/snippets/show.html.haml
app/views/projects/snippets/show.html.haml
+1
-1
app/views/projects/team_members/_form.html.haml
app/views/projects/team_members/_form.html.haml
+1
-1
app/views/projects/team_members/import.html.haml
app/views/projects/team_members/import.html.haml
+1
-1
app/views/projects/team_members/index.html.haml
app/views/projects/team_members/index.html.haml
+1
-1
app/views/projects/wikis/_form.html.haml
app/views/projects/wikis/_form.html.haml
+1
-1
app/views/projects/wikis/_new.html.haml
app/views/projects/wikis/_new.html.haml
+1
-1
app/views/projects/wikis/edit.html.haml
app/views/projects/wikis/edit.html.haml
+1
-1
app/views/projects/wikis/empty.html.haml
app/views/projects/wikis/empty.html.haml
+1
-1
app/views/projects/wikis/git_access.html.haml
app/views/projects/wikis/git_access.html.haml
+1
-1
app/views/projects/wikis/history.html.haml
app/views/projects/wikis/history.html.haml
+1
-1
app/views/projects/wikis/pages.html.haml
app/views/projects/wikis/pages.html.haml
+1
-1
app/views/projects/wikis/show.html.haml
app/views/projects/wikis/show.html.haml
+1
-1
app/views/public/projects/index.html.haml
app/views/public/projects/index.html.haml
+1
-1
app/views/snippets/_form.html.haml
app/views/snippets/_form.html.haml
+1
-1
app/views/snippets/current_user_index.html.haml
app/views/snippets/current_user_index.html.haml
+1
-1
app/views/snippets/index.html.haml
app/views/snippets/index.html.haml
+1
-1
app/views/snippets/show.html.haml
app/views/snippets/show.html.haml
+1
-1
app/views/snippets/user_index.html.haml
app/views/snippets/user_index.html.haml
+1
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
36fd4de8
...
@@ -23,12 +23,8 @@ body {
...
@@ -23,12 +23,8 @@ body {
.help
li
{
color
:
$style_color
;
}
.help
li
{
color
:
$style_color
;
}
.back_link
{
.back-link
{
text-decoration
:
underline
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
padding
:
10px
0
;
padding-bottom
:
0
;
}
}
table
a
code
{
table
a
code
{
...
@@ -412,7 +408,7 @@ img.emoji {
...
@@ -412,7 +408,7 @@ img.emoji {
}
}
.navless-container
{
.navless-container
{
margin-top
:
3
0px
;
margin-top
:
2
0px
;
}
}
.description-block
{
.description-block
{
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
36fd4de8
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*/
*/
.ui-box
{
.ui-box
{
background
:
#F9F9F9
;
background
:
#F9F9F9
;
margin-bottom
:
2
5
px
;
margin-bottom
:
2
0
px
;
border
:
1px
solid
#CCC
;
border
:
1px
solid
#CCC
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
@include
solid-shade
;
@include
solid-shade
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
36fd4de8
...
@@ -7,11 +7,12 @@ h1, h2, h3, h4, h5, h6 { margin: 0; }
...
@@ -7,11 +7,12 @@ h1, h2, h3, h4, h5, h6 { margin: 0; }
h3
,
h4
,
h5
,
h6
{
line-height
:
36px
;
}
h3
,
h4
,
h5
,
h6
{
line-height
:
36px
;
}
h5
{
font-size
:
14px
;
}
h5
{
font-size
:
14px
;
}
h3
.page
_
title
{
h3
.page
-
title
{
color
:
#456
;
color
:
#456
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
28px
;
line-height
:
28px
;
margin-bottom
:
15px
;
}
}
h6
{
h6
{
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/nav.scss
View file @
36fd4de8
.main-nav
{
.main-nav
{
background
:
#f5f5f5
;
background
:
#f5f5f5
;
margin
:
3
0px
0
;
margin
:
2
0px
0
;
margin-top
:
0
;
margin-top
:
0
;
padding-top
:
4px
;
padding-top
:
4px
;
border-bottom
:
1px
solid
#E1E1E1
;
border-bottom
:
1px
solid
#E1E1E1
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/projects.scss
View file @
36fd4de8
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
margin-bottom
:
50px
;
margin-bottom
:
50px
;
}
}
h3
{
h3
{
@extend
.page
_
title
;
@extend
.page
-
title
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/votes.scss
View file @
36fd4de8
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
}
}
}
}
.votes-block
{
.votes-block
{
margin
:
14px
6px
6px
0
;
margin
:
6px
;
.downvotes
{
.downvotes
{
float
:
right
;
float
:
right
;
}
}
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/wiki.scss
View file @
36fd4de8
h3
.page
_
title
.edit-wiki-header
{
h3
.page
-
title
.edit-wiki-header
{
width
:
780px
;
width
:
780px
;
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/background_jobs/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
Background Jobs
%h3
.page
-
title
Background Jobs
%br
%br
.ui-box
.ui-box
%iframe
{
src:
sidekiq_path
,
width:
'100%'
,
height:
900
,
style:
"border: none"
}
%iframe
{
src:
sidekiq_path
,
width:
'100%'
,
height:
900
,
style:
"border: none"
}
This diff is collapsed.
Click to expand it.
app/views/admin/groups/edit.html.haml
View file @
36fd4de8
%h3
.page
_
title
Edit Group
%h3
.page
-
title
Edit Group
%hr
%hr
=
form_for
[
:admin
,
@group
]
do
|
f
|
=
form_for
[
:admin
,
@group
]
do
|
f
|
-
if
@group
.
errors
.
any?
-
if
@group
.
errors
.
any?
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/groups/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Groups (
#{
@groups
.
total_count
}
)
Groups (
#{
@groups
.
total_count
}
)
%small
%small
allows you to keep projects organized.
allows you to keep projects organized.
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/groups/new.html.haml
View file @
36fd4de8
%h3
.page
_
title
New Group
%h3
.page
-
title
New Group
%hr
%hr
=
form_for
[
:admin
,
@group
]
do
|
f
|
=
form_for
[
:admin
,
@group
]
do
|
f
|
-
if
@group
.
errors
.
any?
-
if
@group
.
errors
.
any?
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/groups/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Group:
#{
@group
.
name
}
Group:
#{
@group
.
name
}
=
link_to
edit_admin_group_path
(
@group
),
class:
"btn btn-small pull-right"
do
=
link_to
edit_admin_group_path
(
@group
),
class:
"btn btn-small pull-right"
do
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/projects/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Projects
Projects
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-small pull-right"
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-small pull-right"
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/projects/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Project:
#{
@project
.
name_with_namespace
}
Project:
#{
@project
.
name_with_namespace
}
=
link_to
edit_project_path
(
@project
),
class:
"btn pull-right"
do
=
link_to
edit_project_path
(
@project
),
class:
"btn pull-right"
do
%i
.icon-edit
%i
.icon-edit
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/users/edit.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
#{
@user
.
name
}
→
#{
@user
.
name
}
→
%i
.icon-edit
%i
.icon-edit
Edit user
Edit user
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/users/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Users
Users
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-small pull-right"
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-small pull-right"
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/users/new.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
%i
.icon-plus
%i
.icon-plus
New user
New user
%hr
%hr
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/users/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
User:
User:
=
@user
.
name
=
@user
.
name
-
if
@user
.
blocked?
-
if
@user
.
blocked?
...
...
This diff is collapsed.
Click to expand it.
app/views/dashboard/issues.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Issues
Issues
%span
.light
%span
.light
–
–
Assigned to you
Assigned to you
%span
.pull-right
#{
@issues
.
total_count
}
issues
%span
.pull-right
#{
@issues
.
total_count
}
issues
%br
.row
.row
.span3
.span3
=
render
'filter'
,
entity:
'issue'
=
render
'filter'
,
entity:
'issue'
...
...
This diff is collapsed.
Click to expand it.
app/views/dashboard/merge_requests.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Merge Requests
Merge Requests
%span
.light
%span
.light
–
–
Authored by or assigned to you
Authored by or assigned to you
%span
.pull-right
#{
@merge_requests
.
total_count
}
merge requests
%span
.pull-right
#{
@merge_requests
.
total_count
}
merge requests
%br
.row
.row
.span3
.span3
=
render
'filter'
,
entity:
'merge_request'
=
render
'filter'
,
entity:
'merge_request'
...
...
This diff is collapsed.
Click to expand it.
app/views/devise/passwords/new.html.haml
View file @
36fd4de8
=
form_for
(
resource
,
as:
resource_name
,
url:
password_path
(
resource_name
),
html:
{
class:
"login-box"
,
method: :post
})
do
|
f
|
=
form_for
(
resource
,
as:
resource_name
,
url:
password_path
(
resource_name
),
html:
{
class:
"login-box"
,
method: :post
})
do
|
f
|
%h3
.page
_
title
Reset password
%h3
.page
-
title
Reset password
%br
%br
=
devise_error_messages!
=
devise_error_messages!
=
f
.
email_field
:email
,
placeholder:
"Email"
,
class:
"text"
=
f
.
email_field
:email
,
placeholder:
"Email"
,
class:
"text"
...
...
This diff is collapsed.
Click to expand it.
app/views/devise/registrations/new.html.haml
View file @
36fd4de8
=
form_for
(
resource
,
as:
resource_name
,
url:
registration_path
(
resource_name
),
html:
{
class:
"login-box"
})
do
|
f
|
=
form_for
(
resource
,
as:
resource_name
,
url:
registration_path
(
resource_name
),
html:
{
class:
"login-box"
})
do
|
f
|
%h3
.page
_
title
Sign Up
%h3
.page
-
title
Sign Up
%br
%br
=
devise_error_messages!
=
devise_error_messages!
%div
%div
...
...
This diff is collapsed.
Click to expand it.
app/views/devise/sessions/new.html.haml
View file @
36fd4de8
.login-box
.login-box
%h3
.page
_
title
Sign in
%h3
.page
-
title
Sign in
%br
%br
-
if
ldap_enabled?
-
if
ldap_enabled?
%ul
.nav.nav-tabs
%ul
.nav.nav-tabs
...
...
This diff is collapsed.
Click to expand it.
app/views/errors/access_denied.html.haml
View file @
36fd4de8
%h1
.http_status_code
403
%h1
.http_status_code
403
%h3
.page
_
title
Access Denied
%h3
.page
-
title
Access Denied
%hr
%hr
%p
You are not allowed to access this page.
%p
You are not allowed to access this page.
%p
Read more about project permissions
#{
link_to
"here"
,
help_permissions_path
,
class:
"vlink"
}
%p
Read more about project permissions
#{
link_to
"here"
,
help_permissions_path
,
class:
"vlink"
}
This diff is collapsed.
Click to expand it.
app/views/errors/encoding.html.haml
View file @
36fd4de8
%h1
.http_status_code
500
%h1
.http_status_code
500
%h3
.page
_
title
Encoding Error
%h3
.page
-
title
Encoding Error
%hr
%hr
%p
Page can't be loaded because of an encoding error.
%p
Page can't be loaded because of an encoding error.
This diff is collapsed.
Click to expand it.
app/views/errors/git_not_found.html.haml
View file @
36fd4de8
%h1
.http_status_code
404
%h1
.http_status_code
404
%h3
.page
_
title
Git Resource Not found
%h3
.page
-
title
Git Resource Not found
%hr
%hr
%p
%p
Application can't get access to some branch or commit in your repository. It
Application can't get access to some branch or commit in your repository. It
...
...
This diff is collapsed.
Click to expand it.
app/views/errors/not_found.html.haml
View file @
36fd4de8
%h1
.http_status_code
404
%h1
.http_status_code
404
%h3
.page
_
title
The resource you were looking for doesn't exist.
%h3
.page
-
title
The resource you were looking for doesn't exist.
%hr
%hr
%p
You may have mistyped the address or the page may have moved.
%p
You may have mistyped the address or the page may have moved.
This diff is collapsed.
Click to expand it.
app/views/groups/_filter.html.haml
View file @
36fd4de8
=
form_tag
group_filter_path
(
entity
),
method:
'get'
do
=
form_tag
group_filter_path
(
entity
),
method:
'get'
do
%fieldset
.dashboard-search-filter
=
search_field_tag
"search"
,
params
[
:search
],
{
placeholder:
'Search'
,
class:
'search-text-input'
}
=
button_tag
type:
'submit'
,
class:
'btn'
do
%i
.icon-search
%fieldset
%fieldset
%legend
Status:
%ul
.nav.nav-pills.nav-stacked
%ul
.nav.nav-pills.nav-stacked
%li
{
class:
(
"active"
if
!
params
[
:status
])}
%li
{
class:
(
"active"
if
!
params
[
:status
])}
=
link_to
group_filter_path
(
entity
,
status:
nil
)
do
=
link_to
group_filter_path
(
entity
,
status:
nil
)
do
...
...
This diff is collapsed.
Click to expand it.
app/views/groups/issues.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Issues
Issues
%small
(assigned to you)
%small
(assigned to you)
%small
.pull-right
#{
@issues
.
total_count
}
issues
%small
.pull-right
#{
@issues
.
total_count
}
issues
...
...
This diff is collapsed.
Click to expand it.
app/views/groups/merge_requests.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Merge Requests
Merge Requests
%small
(authored by or assigned to you)
%small
(authored by or assigned to you)
%small
.pull-right
#{
@merge_requests
.
total_count
}
merge requests
%small
.pull-right
#{
@merge_requests
.
total_count
}
merge requests
...
...
This diff is collapsed.
Click to expand it.
app/views/help/api.html.haml
View file @
36fd4de8
=
render
layout:
'help/api_layout'
do
=
render
layout:
'help/api_layout'
do
%h3
.page
_
title
%h3
.page
-
title
%span
.light
API
%span
.light
API
%span
%span
\/
\/
...
...
This diff is collapsed.
Click to expand it.
app/views/help/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
GITLAB
GITLAB
.pull-right
.pull-right
%span
=
Gitlab
::
VERSION
%span
=
Gitlab
::
VERSION
...
...
This diff is collapsed.
Click to expand it.
app/views/help/markdown.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
GitLab Flavored Markdown
%h3
.page
-
title
GitLab Flavored Markdown
%br
%br
.help_body
.help_body
...
...
This diff is collapsed.
Click to expand it.
app/views/help/permissions.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
Permissions
%h3
.page
-
title
Permissions
%br
%br
%fieldset
%fieldset
...
...
This diff is collapsed.
Click to expand it.
app/views/help/public_access.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
Public Access
%h3
.page
-
title
Public Access
%br
%br
%p
%p
...
...
This diff is collapsed.
Click to expand it.
app/views/help/raketasks.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
GitLab Rake Tasks
%h3
.page
-
title
GitLab Rake Tasks
%br
%br
%p
.slead
%p
.slead
...
...
This diff is collapsed.
Click to expand it.
app/views/help/ssh.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
SSH Keys
%h3
.page
-
title
SSH Keys
%br
%br
%p
.slead
%p
.slead
...
...
This diff is collapsed.
Click to expand it.
app/views/help/system_hooks.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
System hooks
%h3
.page
-
title
System hooks
%br
%br
%p
.slead
%p
.slead
...
...
This diff is collapsed.
Click to expand it.
app/views/help/web_hooks.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
Web hooks
%h3
.page
-
title
Web hooks
%br
%br
%p
.slead
%p
.slead
...
...
This diff is collapsed.
Click to expand it.
app/views/help/workflow.html.haml
View file @
36fd4de8
=
render
layout:
'help/layout'
do
=
render
layout:
'help/layout'
do
%h3
.page
_
title
Workflow
%h3
.page
-
title
Workflow
%br
%br
%ol
.help
%ol
.help
...
...
This diff is collapsed.
Click to expand it.
app/views/layouts/_page_title.html.haml
View file @
36fd4de8
-
if
content_for?
(
:page
_
title
)
-
if
content_for?
(
:page
-
title
)
=
yield
:page
_
title
=
yield
:page
-
title
This diff is collapsed.
Click to expand it.
app/views/profiles/keys/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
SSH Keys
SSH Keys
=
link_to
"Add SSH Key"
,
new_profile_key_path
,
class:
"btn pull-right btn-primary"
=
link_to
"Add SSH Key"
,
new_profile_key_path
,
class:
"btn pull-right btn-primary"
...
...
This diff is collapsed.
Click to expand it.
app/views/profiles/keys/new.html.haml
View file @
36fd4de8
%h3
.page
_
title
Add an SSH Key
%h3
.page
-
title
Add an SSH Key
%hr
%hr
=
render
'form'
=
render
'form'
...
...
This diff is collapsed.
Click to expand it.
app/views/profiles/notifications/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
Setup your notification level
%h3
.page
-
title
Setup your notification level
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/profiles/show.html.haml
View file @
36fd4de8
.profile_avatar_holder
.profile_avatar_holder
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
alt:
''
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
alt:
''
%h3
.page
_
title
%h3
.page
-
title
=
@user
.
name
=
@user
.
name
%br
%br
%small
%small
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/commit/_commit_box.html.haml
View file @
36fd4de8
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
%li
=
link_to
"Plain Diff"
,
project_commit_path
(
@project
,
@commit
,
format: :diff
)
%li
=
link_to
"Plain Diff"
,
project_commit_path
(
@project
,
@commit
,
format: :diff
)
=
link_to
project_tree_path
(
@project
,
@commit
),
class:
"btn btn-primary grouped"
do
=
link_to
project_tree_path
(
@project
,
@commit
),
class:
"btn btn-primary grouped"
do
%span
Browse Code »
%span
Browse Code »
%h3
.commit-title.page
_
title
%h3
.commit-title.page
-
title
=
gfm
escape_once
(
@commit
.
title
)
=
gfm
escape_once
(
@commit
.
title
)
-
if
@commit
.
description
.
present?
-
if
@commit
.
description
.
present?
%pre
.commit-description
%pre
.commit-description
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/compare/index.html.haml
View file @
36fd4de8
=
render
"projects/commits/head"
=
render
"projects/commits/head"
%h3
.page
_
title
%h3
.page
-
title
Compare View
Compare View
%hr
%hr
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/compare/show.html.haml
View file @
36fd4de8
=
render
"projects/commits/head"
=
render
"projects/commits/head"
%h3
.page
_
title
%h3
.page
-
title
Compare View
Compare View
%hr
%hr
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/deploy_keys/new.html.haml
View file @
36fd4de8
%h3
.page
_
title
New Deploy key
%h3
.page
-
title
New Deploy key
%hr
%hr
=
render
'form'
=
render
'form'
This diff is collapsed.
Click to expand it.
app/views/projects/deploy_keys/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Deploy key:
Deploy key:
=
@key
.
title
=
@key
.
title
%small
%small
created at
created at
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
.back
_
link
.back
-
link
=
link_to
project_deploy_keys_path
(
@project
)
do
=
link_to
project_deploy_keys_path
(
@project
)
do
←
To keys list
←
To keys list
%hr
%hr
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/graphs/show.html.haml
View file @
36fd4de8
.loading-graph
.loading-graph
%center
%center
.loading
.loading
%h3
.page
_
title
Building repository graph. Please wait a moment.
%h3
.page
-
title
Building repository graph. Please wait a moment.
.stat-graph
.stat-graph
.header.clearfix
.header.clearfix
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
%option
{
:value
=>
"commits"
}
Commits
%option
{
:value
=>
"commits"
}
Commits
%option
{
:value
=>
"additions"
}
Additions
%option
{
:value
=>
"additions"
}
Additions
%option
{
:value
=>
"deletions"
}
Deletions
%option
{
:value
=>
"deletions"
}
Deletions
%h3
#date_header
.page
_
title
%h3
#date_header
.page
-
title
%input
#brush_change
{
:type
=>
"hidden"
}
%input
#brush_change
{
:type
=>
"hidden"
}
.graphs
.graphs
#contributors-master
#contributors-master
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/issues/_form.html.haml
View file @
36fd4de8
%div
.issue-form-holder
%div
.issue-form-holder
%h3
.page
_
title
=
@issue
.
new_record?
?
"New Issue"
:
"Edit Issue #
#{
@issue
.
id
}
"
%h3
.page
-
title
=
@issue
.
new_record?
?
"New Issue"
:
"Edit Issue #
#{
@issue
.
id
}
"
=
form_for
[
@project
,
@issue
]
do
|
f
|
=
form_for
[
@project
,
@issue
]
do
|
f
|
-
if
@issue
.
errors
.
any?
-
if
@issue
.
errors
.
any?
.alert.alert-error
.alert.alert-error
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/issues/index.html.haml
View file @
36fd4de8
=
render
"head"
=
render
"head"
.issues_content
.issues_content
%h3
.page
_
title
%h3
.page
-
title
Issues
Issues
%span
(
<span
class=
issue_counter
>
#{
@issues
.
total_count
}
</span>
)
%span
(
<span
class=
issue_counter
>
#{
@issues
.
total_count
}
</span>
)
.pull-right
.pull-right
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
=
hidden_field_tag
:label_name
,
params
[
:label_name
],
id:
'search_label_name'
=
hidden_field_tag
:label_name
,
params
[
:label_name
],
id:
'search_label_name'
=
search_field_tag
:issue_search
,
nil
,
{
placeholder:
'Search'
,
class:
'issue_search input-xlarge append-right-10 search-text-input'
}
=
search_field_tag
:issue_search
,
nil
,
{
placeholder:
'Search'
,
class:
'issue_search input-xlarge append-right-10 search-text-input'
}
.clearfix
.row
.row
.span3
.span3
=
render
'filter'
,
entity:
'issue'
=
render
'filter'
,
entity:
'issue'
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/issues/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Issue ##{@issue.id}
Issue ##{@issue.id}
%small
%small
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
.pull-right
.pull-right
.span3
#votes
=
render
'votes/votes_block'
,
votable:
@issue
.span3
#votes
=
render
'votes/votes_block'
,
votable:
@issue
.back
_
link
.back
-
link
=
link_to
project_issues_path
(
@project
)
do
=
link_to
project_issues_path
(
@project
)
do
←
To issues list
←
To issues list
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/labels/index.html.haml
View file @
36fd4de8
=
render
"projects/issues/head"
=
render
"projects/issues/head"
%h3
.page
_
title
%h3
.page
-
title
Labels
Labels
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/merge_requests/edit.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
"Edit merge request
#{
@merge_request
.
id
}
"
=
"Edit merge request
#{
@merge_request
.
id
}
"
%hr
%hr
=
render
'form'
=
render
'form'
This diff is collapsed.
Click to expand it.
app/views/projects/merge_requests/index.html.haml
View file @
36fd4de8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
=
link_to
new_project_merge_request_path
(
@project
),
class:
"pull-right btn btn-primary"
,
title:
"New Merge Request"
do
=
link_to
new_project_merge_request_path
(
@project
),
class:
"pull-right btn btn-primary"
,
title:
"New Merge Request"
do
%i
.icon-plus
%i
.icon-plus
New Merge Request
New Merge Request
%h3
.page
_
title
%h3
.page
-
title
Merge Requests
Merge Requests
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/merge_requests/new.html.haml
View file @
36fd4de8
%h3
.page
_
title
New Merge Request
%h3
.page
-
title
New Merge Request
%hr
%hr
=
render
'form'
=
render
'form'
This diff is collapsed.
Click to expand it.
app/views/projects/merge_requests/show/_mr_title.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
"Merge Request #
#{
@merge_request
.
id
}
:"
=
"Merge Request #
#{
@merge_request
.
id
}
:"
%span
.label-branch
=
@merge_request
.
source_branch
%span
.label-branch
=
@merge_request
.
source_branch
...
@@ -26,6 +26,6 @@
...
@@ -26,6 +26,6 @@
.pull-right
.pull-right
.span3
#votes
=
render
'votes/votes_block'
,
votable:
@merge_request
.span3
#votes
=
render
'votes/votes_block'
,
votable:
@merge_request
.back
_
link
.back
-
link
=
link_to
project_merge_requests_path
(
@project
)
do
=
link_to
project_merge_requests_path
(
@project
)
do
←
To merge requests
←
To merge requests
This diff is collapsed.
Click to expand it.
app/views/projects/milestones/_form.html.haml
View file @
36fd4de8
%h3
.page
_
title
=
@milestone
.
new_record?
?
"New Milestone"
:
"Edit Milestone #
#{
@milestone
.
id
}
"
%h3
.page
-
title
=
@milestone
.
new_record?
?
"New Milestone"
:
"Edit Milestone #
#{
@milestone
.
id
}
"
.back
_
link
.back
-
link
=
link_to
project_milestones_path
(
@project
)
do
=
link_to
project_milestones_path
(
@project
)
do
←
To milestones
←
To milestones
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/milestones/index.html.haml
View file @
36fd4de8
=
render
"projects/issues/head"
=
render
"projects/issues/head"
.milestones_content
.milestones_content
%h3
.page
_
title
%h3
.page
-
title
Milestones
Milestones
-
if
can?
current_user
,
:admin_milestone
,
@project
-
if
can?
current_user
,
:admin_milestone
,
@project
=
link_to
new_project_milestone_path
(
@project
),
class:
"pull-right btn btn-primary"
,
title:
"New Milestone"
do
=
link_to
new_project_milestone_path
(
@project
),
class:
"pull-right btn btn-primary"
,
title:
"New Milestone"
do
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/milestones/show.html.haml
View file @
36fd4de8
=
render
"projects/issues/head"
=
render
"projects/issues/head"
.row
.row
.span6
.span6
%h3
.page
_
title
%h3
.page
-
title
Milestone ##{@milestone.id}
Milestone ##{@milestone.id}
%small
%small
=
@milestone
.
expires_at
=
@milestone
.
expires_at
.back
_
link
.back
-
link
=
link_to
project_milestones_path
(
@project
)
do
=
link_to
project_milestones_path
(
@project
)
do
←
To milestones list
←
To milestones list
.span6
.span6
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/network/_head.html.haml
View file @
36fd4de8
%h3
.page
_
title
Project Network Graph
%h3
.page
-
title
Project Network Graph
%hr
%hr
.clearfix
.clearfix
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/services/_form.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
-
if
@service
.
activated?
-
if
@service
.
activated?
%span
.cgreen
%span
.cgreen
%i
.icon-circle
%i
.icon-circle
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
%p
=
@service
.
description
%p
=
@service
.
description
.back
_
link
.back
-
link
=
link_to
project_services_path
(
@project
)
do
=
link_to
project_services_path
(
@project
)
do
←
to services
←
to services
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/services/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
Services
%h3
.page
-
title
Services
%br
%br
%ul
.bordered-list
%ul
.bordered-list
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/show.html.haml
View file @
36fd4de8
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
.loading.hide
.loading.hide
.span3
.span3
.light-well
.light-well
%h3
.page
_
title
%h3
.page
-
title
=
@project
.
name
=
@project
.
name
-
if
@project
.
description
.
present?
-
if
@project
.
description
.
present?
%p
.light
=
@project
.
description
%p
.light
=
@project
.
description
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/snippets/_form.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
@snippet
.
new_record?
?
"New Snippet"
:
"Edit Snippet #
#{
@snippet
.
id
}
"
=
@snippet
.
new_record?
?
"New Snippet"
:
"Edit Snippet #
#{
@snippet
.
id
}
"
%hr
%hr
.snippet-form-holder
.snippet-form-holder
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/snippets/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Snippets
Snippets
%small
share code pastes with others out of git repository
%small
share code pastes with others out of git repository
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/snippets/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
%i
.icon-lock.cgreen
%i
.icon-lock.cgreen
=
@snippet
.
title
=
@snippet
.
title
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/team_members/_form.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
"New Team member(s)"
=
"New Team member(s)"
%hr
%hr
=
form_for
@user_project_relation
,
as: :team_member
,
url:
project_team_members_path
(
@project
)
do
|
f
|
=
form_for
@user_project_relation
,
as: :team_member
,
url:
project_team_members_path
(
@project
)
do
|
f
|
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/team_members/import.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
"Import team from another project"
=
"Import team from another project"
%hr
%hr
%p
.slead
%p
.slead
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/team_members/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Users with access to this project
Users with access to this project
-
if
can?
current_user
,
:admin_team_member
,
@project
-
if
can?
current_user
,
:admin_team_member
,
@project
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/_form.html.haml
View file @
36fd4de8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
.ui-box.ui-box-show
.ui-box.ui-box-show
.ui-box-head
.ui-box-head
%h3
.page
_
title
%h3
.page
-
title
.edit-wiki-header
.edit-wiki-header
=
@wiki
.
title
.
titleize
=
@wiki
.
title
.
titleize
=
f
.
hidden_field
:title
,
value:
@wiki
.
title
=
f
.
hidden_field
:title
,
value:
@wiki
.
title
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/_new.html.haml
View file @
36fd4de8
%div
#modal-new-wiki
.modal.hide
%div
#modal-new-wiki
.modal.hide
.modal-header
.modal-header
%a
.close
{
href:
"#"
}
×
%a
.close
{
href:
"#"
}
×
%h3
.page
_
title
New Wiki Page
%h3
.page
-
title
New Wiki Page
.modal-body
.modal-body
=
label_tag
:new_wiki_path
do
=
label_tag
:new_wiki_path
do
%span
Page slug
%span
Page slug
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/edit.html.haml
View file @
36fd4de8
=
render
'nav'
=
render
'nav'
%h3
.page
_
title
%h3
.page
-
title
Editing page
Editing page
=
render
'main_links'
=
render
'main_links'
=
render
'form'
=
render
'form'
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/empty.html.haml
View file @
36fd4de8
%h3
.page
_
title
Empty page
%h3
.page
-
title
Empty page
%hr
%hr
.error_message
.error_message
You are not allowed to create wiki pages
You are not allowed to create wiki pages
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/git_access.html.haml
View file @
36fd4de8
=
render
'nav'
=
render
'nav'
%h3
.page
_
title
%h3
.page
-
title
Git Access
Git Access
%strong
=
@gollum_wiki
.
path_with_namespace
%strong
=
@gollum_wiki
.
path_with_namespace
=
render
'main_links'
=
render
'main_links'
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/history.html.haml
View file @
36fd4de8
=
render
'nav'
=
render
'nav'
%h3
.page
_
title
%h3
.page
-
title
%span
.light
History for
%span
.light
History for
=
@wiki
.
title
.
titleize
=
@wiki
.
title
.
titleize
=
render
'main_links'
=
render
'main_links'
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/pages.html.haml
View file @
36fd4de8
=
render
'nav'
=
render
'nav'
%h3
.page
_
title
%h3
.page
-
title
All Pages
All Pages
=
render
'main_links'
=
render
'main_links'
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/show.html.haml
View file @
36fd4de8
=
render
'nav'
=
render
'nav'
%h3
.page
_
title
%h3
.page
-
title
=
@wiki
.
title
.
titleize
=
@wiki
.
title
.
titleize
=
render
'main_links'
=
render
'main_links'
%br
%br
...
...
This diff is collapsed.
Click to expand it.
app/views/public/projects/index.html.haml
View file @
36fd4de8
.row
.row
.span6
.span6
%h3
.page
_
title
%h3
.page
-
title
Projects (
#{
@projects
.
total_count
}
)
Projects (
#{
@projects
.
total_count
}
)
%small
with read-only access
%small
with read-only access
.span6
.span6
...
...
This diff is collapsed.
Click to expand it.
app/views/snippets/_form.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
@snippet
.
new_record?
?
"New Snippet"
:
"Edit Snippet #
#{
@snippet
.
id
}
"
=
@snippet
.
new_record?
?
"New Snippet"
:
"Edit Snippet #
#{
@snippet
.
id
}
"
%hr
%hr
.snippet-form-holder
.snippet-form-holder
...
...
This diff is collapsed.
Click to expand it.
app/views/snippets/current_user_index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
My Snippets
My Snippets
%small
share code pastes with others out of git repository
%small
share code pastes with others out of git repository
.pull-right
.pull-right
...
...
This diff is collapsed.
Click to expand it.
app/views/snippets/index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
Public snippets
Public snippets
%small
share code pastes with others out of git repository
%small
share code pastes with others out of git repository
...
...
This diff is collapsed.
Click to expand it.
app/views/snippets/show.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
-
if
@snippet
.
private?
-
if
@snippet
.
private?
%i
{
:class
=>
"icon-lock cgreen has_bottom_tooltip"
,
"data-original-title"
=>
"Private snippet"
}
%i
{
:class
=>
"icon-lock cgreen has_bottom_tooltip"
,
"data-original-title"
=>
"Private snippet"
}
-
else
-
else
...
...
This diff is collapsed.
Click to expand it.
app/views/snippets/user_index.html.haml
View file @
36fd4de8
%h3
.page
_
title
%h3
.page
-
title
=
image_tag
gravatar_icon
(
@user
.
email
),
class:
"avatar s24"
=
image_tag
gravatar_icon
(
@user
.
email
),
class:
"avatar s24"
=
@user
.
name
=
@user
.
name
%span
%span
...
...
This diff is collapsed.
Click to expand it.
app/views/users/show.html.haml
View file @
36fd4de8
.row
.row
.span8
.span8
%h3
.page
_
title
%h3
.page
-
title
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
class:
"avatar s90"
,
alt:
''
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
class:
"avatar s90"
,
alt:
''
=
@user
.
name
=
@user
.
name
-
if
@user
==
current_user
-
if
@user
==
current_user
...
...
This diff is collapsed.
Click to expand it.
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