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
  • !8020

Merged
Created Oct 12, 2014 by Administrator@rootOwner

Improve event note display in dashboard and project activity views

  • Overview 5
  • Commits 2
  • Changes 3

Created by: mr-vinn

Fixes #3910 (closed)

This change improves the event note display in dashboard and project activity views:

  • Preserve link href values when the link text is truncated.
  • Display inline code in the first line of a note.
  • Only display "..." when the note contents are truncated.
  • If the note starts with a code block, display the first line instead of an empty <pre/> element.

Examples

Old

truncated_link_old

inline_code_old

plain_old

code_block_old

New

truncated_link_new

inline_code_new

plain_new

code_block_new

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/mr-vinn/note-trunc-link