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
3294f46e
Commit
3294f46e
authored
Dec 20, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken view
parent
702c734a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
app/views/shared/_shared_runners_minutes_limit.html.haml
app/views/shared/_shared_runners_minutes_limit.html.haml
+1
-4
No files found.
app/views/shared/_shared_runners_minutes_limit.html.haml
View file @
3294f46e
-
project
=
local_assigns
.
fetch
(
:project
,
nil
)
-
if
cookies
[
:hide_shared_runner_quota_message
].
blank?
&&
project.shared_runners_minutes_quota?
&&
namespace.shared_runners_minutes_used?
&&
can?(current_user, :create_pipeline, project)
-
if
cookies
[
:hide_shared_runner_quota_message
].
blank?
&&
project
.
shared_runners_minutes_quota?
&&
namespace
.
shared_runners_minutes_used?
&&
can?
(
current_user
,
:create_pipeline
,
project
)
.shared-runner-quota-message.alert.alert-warning.hidden-xs
=
namespace
.
name
has exceeded its build minutes quota. Pipelines will not run anymore on shared runners.
...
...
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