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
2ba660e4
Commit
2ba660e4
authored
Jan 12, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'ce/master' into ce_upstream
parents
cbaceb77
8c67a9fb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
11 deletions
+5
-11
app/views/admin/labels/index.html.haml
app/views/admin/labels/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/_head.html.haml
app/views/admin/users/_head.html.haml
+2
-2
app/views/dashboard/milestones/show.html.haml
app/views/dashboard/milestones/show.html.haml
+1
-1
config/initializers/haml.rb
config/initializers/haml.rb
+0
-6
No files found.
app/views/admin/labels/index.html.haml
View file @
2ba660e4
-
page_title
"Labels"
=
link_to
new_admin_label_path
,
class:
"pull-right btn btn-new"
do
=
link_to
new_admin_label_path
,
class:
"pull-right btn btn-n
r btn-n
ew"
do
New label
%h3
.page-title
Labels
...
...
app/views/admin/projects/show.html.haml
View file @
2ba660e4
-
page_title
@project
.
name_with_namespace
,
"Projects"
%h3
.page-title
Project:
#{
@project
.
name_with_namespace
}
=
link_to
edit_project_path
(
@project
),
class:
"btn pull-right"
do
=
link_to
edit_project_path
(
@project
),
class:
"btn
btn-nr
pull-right"
do
%i
.fa.fa-pencil-square-o
Edit
%hr
...
...
app/views/admin/users/_head.html.haml
View file @
2ba660e4
...
...
@@ -7,8 +7,8 @@
.pull-right
-
unless
@user
==
current_user
||
@user
.
blocked?
=
link_to
'Impersonate'
,
impersonate_admin_user_path
(
@user
),
method: :post
,
class:
"btn btn-grouped btn-info"
=
link_to
edit_admin_user_path
(
@user
),
class:
"btn btn-grouped"
do
=
link_to
'Impersonate'
,
impersonate_admin_user_path
(
@user
),
method: :post
,
class:
"btn btn-
nr btn-
grouped btn-info"
=
link_to
edit_admin_user_path
(
@user
),
class:
"btn btn-
nr btn-
grouped"
do
%i
.fa.fa-pencil-square-o
Edit
%hr
...
...
app/views/dashboard/milestones/show.html.haml
View file @
2ba660e4
...
...
@@ -16,7 +16,7 @@
-
if
@milestone
.
complete?
&&
@milestone
.
active?
.alert.alert-success.prepend-top-default
%span
All issues for this milestone are closed.
You may close the milestone now
.
%span
All issues for this milestone are closed.
Navigate to the project to close the milestone
.
.table-holder
%table
.table
...
...
config/initializers/haml.rb
View file @
2ba660e4
Haml
::
Template
.
options
[
:ugly
]
=
true
# Remove the `:coffee` and `:coffeescript` filters
#
# See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897
Haml
::
Filters
.
remove_filter
(
'coffee'
)
Haml
::
Filters
.
remove_filter
(
'coffeescript'
)
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