Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/ci/status_action_type.rb')
-rw-r--r--app/graphql/types/ci/status_action_type.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/graphql/types/ci/status_action_type.rb b/app/graphql/types/ci/status_action_type.rb
index c0f61cf49f2..45773be49e2 100644
--- a/app/graphql/types/ci/status_action_type.rb
+++ b/app/graphql/types/ci/status_action_type.rb
@@ -6,19 +6,19 @@ module Types
graphql_name 'StatusAction'
field :button_title, GraphQL::Types::String, null: true,
- description: 'Title for the button, for example: Retry this job.'
+ description: 'Title for the button, for example: Retry this job.'
field :icon, GraphQL::Types::String, null: true,
- description: 'Icon used in the action button.'
+ description: 'Icon used in the action button.'
field :id, GraphQL::Types::String, null: false,
- description: 'ID for a status action.',
- extras: [:parent]
+ description: 'ID for a status action.',
+ extras: [:parent]
field :method, GraphQL::Types::String, null: true,
- description: 'Method for the action, for example: :post.',
- resolver_method: :action_method
+ description: 'Method for the action, for example: :post.',
+ resolver_method: :action_method
field :path, GraphQL::Types::String, null: true,
- description: 'Path for the action.'
+ description: 'Path for the action.'
field :title, GraphQL::Types::String, null: true,
- description: 'Title for the action, for example: Retry.'
+ description: 'Title for the action, for example: Retry.'
def id(parent:)
# parent is a SimpleDelegator