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
caca3bb7
Commit
caca3bb7
authored
May 16, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed project settings alert colors
In another MR, the class name was changed making all the alert messages have no background color
parent
78a67fc4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.html.haml
app/views/projects/deploy_keys/index.html.haml
+2
-2
index.html.haml
app/views/projects/hooks/index.html.haml
+1
-1
_branches_list.html.haml
...iews/projects/protected_branches/_branches_list.html.haml
+1
-1
index.html.haml
app/views/projects/triggers/index.html.haml
+1
-1
No files found.
app/views/projects/deploy_keys/index.html.haml
View file @
caca3bb7
...
...
@@ -19,7 +19,7 @@
%ul
.well-list
=
render
@enabled_keys
-
else
.
profile-
settings-message.text-center
.settings-message.text-center
No deploy keys found. Create one with the form above or add existing one below.
%h5
.prepend-top-default
Deploy keys from projects you have access to (
#{
@available_project_keys
.
size
}
)
...
...
@@ -27,7 +27,7 @@
%ul
.well-list
=
render
@available_project_keys
-
else
.
profile-
settings-message.text-center
.settings-message.text-center
No deploy keys from your projects could be found. Create one with the form above or add existing one below.
-
if
@available_public_keys
.
any?
%h5
.prepend-top-default
...
...
app/views/projects/hooks/index.html.haml
View file @
caca3bb7
...
...
@@ -80,5 +80,5 @@
-
@hooks
.
each
do
|
hook
|
=
render
"project_hook"
,
hook:
hook
-
else
%p
.
profile-
settings-message.text-center.append-bottom-0
%p
.settings-message.text-center.append-bottom-0
No webhooks found, add one in the form above.
app/views/projects/protected_branches/_branches_list.html.haml
View file @
caca3bb7
%h5
.prepend-top-0
Already Protected (
#{
@branches
.
size
}
)
-
if
@branches
.
empty?
%p
.
profile-
settings-message.text-center
%p
.settings-message.text-center
No branches are protected, protect a branch with the form above.
-
else
-
can_admin_project
=
can?
(
current_user
,
:admin_project
,
@project
)
...
...
app/views/projects/triggers/index.html.haml
View file @
caca3bb7
...
...
@@ -18,7 +18,7 @@
%th
=
render
partial:
'trigger'
,
collection:
@triggers
,
as: :trigger
-
else
%p
.
profile-
settings-message.text-center.append-bottom-default
%p
.settings-message.text-center.append-bottom-default
There are no triggers to use, add one by the button below.
=
form_for
@trigger
,
url:
url_for
(
controller:
'projects/triggers'
,
action:
'create'
)
do
|
f
|
...
...
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