Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !667

Merged
Created Apr 11, 2012 by Administrator@rootOwner

The indents errors of pre blocks in haml

  • Overview 0
  • Commits 3
  • Changes 8

Created by: keikubo

You should use the preserve helper to keep the proper indent of raw code blocks in haml.

The current indent of pre blocks are broken like the screenshot below. http://gyazo.com/a26e805f962d7cbb9ae4a568a13601b3

However, the indent should be actually like this. http://gyazo.com/b9385d3faa3544c9678b4ab2a4fe2064

These errors occur all multi line pre blocks such as error/init/merge instructions as well as most of markdown rendered statements in the entire project .

I fixed all of these errors which I found. Please check my commits and merge them to fix the indent errors.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/keikubo/master