Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
00fcf072
Commit
00fcf072
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
update default 'template' value in popover docs
parent
3465d984
5 merge requests
!28721
Hot test
,
!13601
Sync tooltip & popover docs
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/popovers.html
+1
-1
docs/_includes/js/popovers.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/js/popovers.html
+
1
-
1
View file @
00fcf072
...
...
@@ -199,7 +199,7 @@ $('.popover-dismiss').popover({
<tr>
<td>
template
</td>
<td>
string
</td>
<td><code>
'
<
div class="popover"
><
div class="arrow"
><
/div
><
h3 class="popover-title"
><
/h3
><
div class="popover-content"
><
/div
><
/div
>
'
</code></td>
<td><code>
'
<
div class="popover"
role="tooltip"
><
div class="arrow"
><
/div
><
h3 class="popover-title"
><
/h3
><
div class="popover-content"
><
/div
><
/div
>
'
</code></td>
<td>
<p>
Base HTML to use when creating the popover.
</p>
<p>
The popover's
<code>
title
</code>
will be injected into the
<code>
.popover-title
</code>
.
</p>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets