BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cdcca06b
Unverified
Commit
cdcca06b
authored
Jun 08, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove icons from button on wiki pages. Also consistent padding between buttons there
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
477c113c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
11 deletions
+2
-11
index.html.haml
app/views/projects/builds/index.html.haml
+0
-1
index.html.haml
app/views/projects/milestones/index.html.haml
+0
-1
show.html.haml
app/views/projects/milestones/show.html.haml
+0
-2
index.html.haml
app/views/projects/pipelines/index.html.haml
+0
-2
_main_links.html.haml
app/views/projects/wikis/_main_links.html.haml
+2
-4
_nav.html.haml
app/views/projects/wikis/_nav.html.haml
+0
-1
No files found.
app/views/projects/builds/index.html.haml
View file @
cdcca06b
...
...
@@ -34,7 +34,6 @@
=
link_to
'Get started with Builds'
,
help_page_path
(
'ci/quick_start'
,
'README'
),
class:
'btn btn-info'
=
link_to
ci_lint_path
,
class:
'btn btn-default'
do
=
icon
(
'wrench'
)
%span
CI Lint
%ul
.content-list
...
...
app/views/projects/milestones/index.html.haml
View file @
cdcca06b
...
...
@@ -6,7 +6,6 @@
.nav-controls
-
if
can?
(
current_user
,
:admin_milestone
,
@project
)
=
link_to
new_namespace_project_milestone_path
(
@project
.
namespace
,
@project
),
class:
"btn btn-new"
,
title:
"New Milestone"
do
=
icon
(
'plus'
)
New Milestone
.milestones
...
...
app/views/projects/milestones/show.html.haml
View file @
cdcca06b
...
...
@@ -23,11 +23,9 @@
=
link_to
'Reopen Milestone'
,
namespace_project_milestone_path
(
@project
.
namespace
,
@project
,
@milestone
,
milestone:
{
state_event: :activate
}),
method: :put
,
class:
"btn btn-reopen btn-nr btn-grouped"
=
link_to
edit_namespace_project_milestone_path
(
@project
.
namespace
,
@project
,
@milestone
),
class:
"btn btn-grouped btn-nr"
do
=
icon
(
'pencil-square-o'
)
Edit
=
link_to
namespace_project_milestone_path
(
@project
.
namespace
,
@project
,
@milestone
),
data:
{
confirm:
'Are you sure?'
},
method: :delete
,
class:
"btn btn-grouped btn-danger"
do
=
icon
(
'trash-o'
)
Delete
.detail-page-description.milestone-detail
...
...
app/views/projects/pipelines/index.html.haml
View file @
cdcca06b
...
...
@@ -28,14 +28,12 @@
.nav-controls
-
if
can?
current_user
,
:create_pipeline
,
@project
=
link_to
new_namespace_project_pipeline_path
(
@project
.
namespace
,
@project
),
class:
'btn btn-create'
do
=
icon
(
'plus'
)
New pipeline
-
unless
@repository
.
gitlab_ci_yml
=
link_to
'Get started with Pipelines'
,
help_page_path
(
'ci/quick_start'
,
'README'
),
class:
'btn btn-info'
=
link_to
ci_lint_path
,
class:
'btn btn-default'
do
=
icon
(
'wrench'
)
%span
CI Lint
%ul
.content-list.pipelines
...
...
app/views/projects/wikis/_main_links.html.haml
View file @
cdcca06b
-
if
(
@page
&&
@page
.
persisted?
)
=
link_to
namespace_project_wiki_history_path
(
@project
.
namespace
,
@project
,
@page
),
class:
"btn
btn-grouped
"
do
=
link_to
namespace_project_wiki_history_path
(
@project
.
namespace
,
@project
,
@page
),
class:
"btn"
do
Page History
-
if
can?
(
current_user
,
:create_wiki
,
@project
)
=
link_to
namespace_project_wiki_edit_path
(
@project
.
namespace
,
@project
,
@page
),
class:
"btn btn-grouped"
do
%i
.fa.fa-pencil-square-o
=
link_to
namespace_project_wiki_edit_path
(
@project
.
namespace
,
@project
,
@page
),
class:
"btn"
do
Edit
-
if
can?
(
current_user
,
:admin_wiki
,
@project
)
=
link_to
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
),
data:
{
confirm:
"Are you sure you want to delete this page?"
},
method: :delete
,
class:
"btn btn-remove"
do
=
icon
(
'trash'
)
Delete
app/views/projects/wikis/_nav.html.haml
View file @
cdcca06b
...
...
@@ -13,7 +13,6 @@
.nav-controls
-
if
can?
(
current_user
,
:create_wiki
,
@project
)
=
link_to
'#modal-new-wiki'
,
class:
"add-new-wiki btn btn-new"
,
"data-toggle"
=>
"modal"
do
=
icon
(
'plus'
)
New Page
=
render
'projects/wikis/new'
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