HAMLLint: Fix UnnecessaryStringOutput
offences
This commit is contained in:
parent
c5c4b4aaea
commit
d15448632a
25 changed files with 31 additions and 31 deletions
|
@ -4,7 +4,7 @@
|
|||
- if @broadcast_message.message.present?
|
||||
= render_broadcast_message(@broadcast_message)
|
||||
- else
|
||||
= "Your message here"
|
||||
= ("Your message here")
|
||||
|
||||
= form_for [:admin, @broadcast_message], html: { class: 'broadcast-message-form form-horizontal js-quick-submit js-requires-input'} do |f|
|
||||
= form_errors(@broadcast_message)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%tr
|
||||
%td
|
||||
= "#{Gitlab::OAuth::Provider.label_for(identity.provider)} (#{identity.provider})"
|
||||
#{Gitlab::OAuth::Provider.label_for(identity.provider)} (#{identity.provider})
|
||||
%td
|
||||
= identity.extern_uid
|
||||
%td
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
%h4 CPU
|
||||
.data
|
||||
- if @cpus
|
||||
%h1= "#{@cpus.length} cores"
|
||||
%h1 #{@cpus.length} cores
|
||||
- else
|
||||
= icon('warning', class: 'text-warning')
|
||||
Unable to collect CPU info
|
||||
|
@ -19,7 +19,7 @@
|
|||
%h4 Memory
|
||||
.data
|
||||
- if @memory
|
||||
%h1= "#{number_to_human_size(@memory.active_bytes)} / #{number_to_human_size(@memory.total_bytes)}"
|
||||
%h1 #{number_to_human_size(@memory.active_bytes)} / #{number_to_human_size(@memory.total_bytes)}
|
||||
- else
|
||||
= icon('warning', class: 'text-warning')
|
||||
Unable to collect memory info
|
||||
|
@ -28,6 +28,6 @@
|
|||
%h4 Disks
|
||||
.data
|
||||
- @disks.each do |disk|
|
||||
%h1= "#{number_to_human_size(disk[:bytes_used])} / #{number_to_human_size(disk[:bytes_total])}"
|
||||
%h1 #{number_to_human_size(disk[:bytes_used])} / #{number_to_human_size(disk[:bytes_total])}
|
||||
%p= disk[:disk_name]
|
||||
%p= disk[:mount_path]
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
%colgroup.import-jobs-status-col
|
||||
%thead
|
||||
%tr
|
||||
%th= "From #{provider_title}"
|
||||
%th From #{provider_title}
|
||||
%th To GitLab
|
||||
%th Status
|
||||
%tbody
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
%td
|
||||
= repo.name
|
||||
%td.import-target
|
||||
= "#{current_user.username}/#{repo.name}"
|
||||
#{current_user.username}/#{repo.name}
|
||||
%td.import-actions.job-status
|
||||
= button_tag class: "btn btn-import js-add-to-import" do
|
||||
Import
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
%td
|
||||
= link_to repo.name, "https://code.google.com/p/#{repo.name}", target: "_blank"
|
||||
%td.import-target
|
||||
= "#{current_user.username}/#{repo.name}"
|
||||
#{current_user.username}/#{repo.name}
|
||||
%td.import-actions.job-status
|
||||
= button_tag class: "btn btn-import js-add-to-import" do
|
||||
Import
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%p
|
||||
= "Issue was closed by #{@updated_by.name}"
|
||||
Issue was closed by #{@updated_by.name}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
= "Issue was closed by #{@updated_by.name}"
|
||||
Issue was closed by #{@updated_by.name}
|
||||
|
||||
Issue ##{@issue.iid}: #{namespace_project_issue_url(@issue.project.namespace, @issue.project, @issue)}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%p
|
||||
= "Merge Request #{@merge_request.to_reference} was closed by #{@updated_by.name}"
|
||||
Merge Request #{@merge_request.to_reference} was closed by #{@updated_by.name}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
= "Merge Request #{@merge_request.to_reference} was closed by #{@updated_by.name}"
|
||||
Merge Request #{@merge_request.to_reference} was closed by #{@updated_by.name}
|
||||
|
||||
Merge Request url: #{namespace_project_merge_request_url(@merge_request.target_project.namespace, @merge_request.target_project, @merge_request)}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%p
|
||||
= "Issue was #{@issue_status} by #{@updated_by.name}"
|
||||
Issue was #{@issue_status} by #{@updated_by.name}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%p
|
||||
= "Merge Request #{@merge_request.to_reference} was #{@mr_status} by #{@updated_by.name}"
|
||||
Merge Request #{@merge_request.to_reference} was #{@mr_status} by #{@updated_by.name}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
= "Merge Request #{@merge_request.to_reference} was #{@mr_status} by #{@updated_by.name}"
|
||||
Merge Request #{@merge_request.to_reference} was #{@mr_status} by #{@updated_by.name}
|
||||
|
||||
Merge Request url: #{namespace_project_merge_request_url(@merge_request.target_project.namespace, @merge_request.target_project, @merge_request)}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%p
|
||||
= "Merge Request #{@merge_request.to_reference} was merged"
|
||||
Merge Request #{@merge_request.to_reference} was merged
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
= "Merge Request #{@merge_request.to_reference} was merged"
|
||||
Merge Request #{@merge_request.to_reference} was merged
|
||||
|
||||
Merge Request url: #{namespace_project_merge_request_url(@merge_request.target_project.namespace, @merge_request.target_project, @merge_request)}
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
had
|
||||
= failed.size
|
||||
failed
|
||||
= "#{'build'.pluralize(failed.size)}."
|
||||
#{'build'.pluralize(failed.size)}.
|
||||
%tr.warning
|
||||
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border:1px solid #ededed;border-bottom:0;border-radius:3px 3px 0 0;overflow:hidden;background-color:#fdf4f6;color:#d22852;font-size:14px;line-height:1.4;text-align:center;padding:8px 15px;" }
|
||||
Logs may contain sensitive data. Please consider before forwarding this email.
|
||||
|
|
|
@ -138,9 +138,9 @@
|
|||
%a{ href: pipeline_url(@pipeline), style: "color:#3777b0;text-decoration:none;" }
|
||||
= "\##{@pipeline.id}"
|
||||
successfully completed
|
||||
= "#{build_count} #{'build'.pluralize(build_count)}"
|
||||
#{build_count} #{'build'.pluralize(build_count)}
|
||||
in
|
||||
= "#{stage_count} #{'stage'.pluralize(stage_count)}."
|
||||
#{stage_count} #{'stage'.pluralize(stage_count)}.
|
||||
%tr.footer
|
||||
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:25px 0;font-size:13px;line-height:1.6;color:#5c5c5c;" }
|
||||
%img{ alt: "GitLab", height: "33", src: image_url('mailers/ci_pipeline_notif_v1/gitlab-logo-full-horizontal.gif'), style: "display:block;margin:0 auto 1em;", width: "90" }/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
= "Project #{@project.name} couldn't be exported."
|
||||
Project #{@project.name} couldn't be exported.
|
||||
|
||||
= "The errors we encountered were:"
|
||||
The errors we encountered were:
|
||||
|
||||
- @errors.each do |error|
|
||||
#{error}
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
= f.text_field :username, required: true, class: 'form-control'
|
||||
.help-block
|
||||
Current path:
|
||||
= "#{root_url}#{current_user.username}"
|
||||
#{root_url}#{current_user.username}
|
||||
.prepend-top-default
|
||||
= f.button class: "btn btn-warning", type: "submit" do
|
||||
= icon "spinner spin", class: "hidden loading-username"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- commits, hidden = limited_commits(@commits)
|
||||
|
||||
- commits.chunk { |c| c.committed_date.in_time_zone.to_date }.each do |day, commits|
|
||||
%li.commit-header= "#{day.strftime('%d %b, %Y')} #{pluralize(commits.count, 'commit')}"
|
||||
%li.commit-header #{day.strftime('%d %b, %Y')} #{pluralize(commits.count, 'commit')}
|
||||
%li.commits-row
|
||||
%ul.content-list.commit-list.table-list.table-wide
|
||||
= render commits, project: project, ref: ref
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%tr.deployment
|
||||
%td
|
||||
%strong= "##{deployment.iid}"
|
||||
%strong= ("##{deployment.iid}")
|
||||
|
||||
%td
|
||||
= render 'projects/deployments/commit', deployment: deployment
|
||||
|
@ -8,7 +8,7 @@
|
|||
%td.build-column
|
||||
- if deployment.deployable
|
||||
= link_to [@project.namespace.becomes(Namespace), @project, deployment.deployable], class: 'build-link' do
|
||||
= "#{deployment.deployable.name} (##{deployment.deployable.id})"
|
||||
= ("#{deployment.deployable.name} (##{deployment.deployable.id})")
|
||||
- if deployment.user
|
||||
by
|
||||
= user_avatar(user: deployment.user, size: 20)
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
- if diff_file.mode_changed?
|
||||
%small
|
||||
= "#{diff_file.a_mode} → #{diff_file.b_mode}"
|
||||
#{diff_file.a_mode} → #{diff_file.b_mode}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.top-area
|
||||
.nav-text
|
||||
- full_count_title = "#{@public_forks_count} public and #{@private_forks_count} private"
|
||||
= "#{pluralize(@total_forks_count, 'fork')}: #{full_count_title}"
|
||||
#{pluralize(@total_forks_count, 'fork')}: #{full_count_title}
|
||||
|
||||
.nav-controls
|
||||
= form_tag request.original_url, method: :get, class: 'project-filter-form', id: 'project-filter-form' do |f|
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
.col-sm-9.col-sm-offset-3
|
||||
= link_to new_namespace_project_mattermost_path(@project.namespace, @project), class: 'btn btn-lg' do
|
||||
= custom_icon('mattermost_logo', size: 15)
|
||||
= 'Add to Mattermost'
|
||||
Add to Mattermost
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
- scopes.each do |scope|
|
||||
%fieldset
|
||||
= check_box_tag "#{prefix}[scopes][]", scope, token.scopes.include?(scope), id: "#{prefix}_scopes_#{scope}"
|
||||
= label_tag "#{prefix}_scopes_#{scope}", scope
|
||||
%span= "(#{t(scope, scope: [:doorkeeper, :scopes])})"
|
||||
= label_tag ("#{prefix}_scopes_#{scope}"), scope
|
||||
%span= t(scope, scope: [:doorkeeper, :scopes])
|
||||
|
|
Loading…
Reference in a new issue