Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !40

Remove redundant "Show" link from tables

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gw-remove-show-link into master Jun 24, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 10

Created by: gracewashere

We have a snippet of javascript that makes table rows clickable, and links each table rows to the resource show page.

Because of this, the "show" link is redundant. The "show" link was originally added over concerns about accessibility. However, according to a survey of screen readers and browsers, javascript is nearly ubiquitous. We don't need to worry about browsers that don't have it enabled.

More information at: http://webaim.org/projects/screenreadersurvey5/#javascript

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gw-remove-show-link