Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • 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
  • Bootstrap
  • bootstrap
  • Merge requests
  • !18685

Docs: change "Button" to "Go somewhere"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Patrick H. Lauke requested to merge github/fork/patrickhlauke/docs-card1 into v4-dev 9 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

For consistency with all other examples in the page. Also, more appropriate for an example link, rather than a button which triggers in-page functionality.

Compare
  • v4-dev (base)

and
  • latest version
    ff07a81e
    1 commit, 2 years ago

1 file
+ 2
- 2

    Preferences

    File browser
    Compare changes
docs/components/card.md
+ 2
- 2
  • View file @ ff07a81e

  • Edit in single-file editor

  • Open in Web IDE


@@ -23,7 +23,7 @@ Cards require a small amount of markup and classes to provide you with as much c
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Button</a>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
{% endexample %}
@@ -260,7 +260,7 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac
<div class="card-block">
<h3 class="card-title">Special title treatment</h3>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Button</a>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
{% endexample %}
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
docs v4
2
docs v4
    Assign labels
  • Manage project labels

Milestone
v4.0.0-alpha.3
v4.0.0-alpha.3
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Patrick H. Lauke
Reference: twbs/bootstrap!18685
Source branch: github/fork/patrickhlauke/docs-card1

Menu

Explore Projects Groups Snippets