You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to add some html to my panel-header and panel-footer, something like this:
{{#bs-panelcollapsible=true}}{{#bs-panel-heading}}
Something here <spanclass='pull-right'>Ok</span>
{{/bs-panel-heading}}{{#bs-panel-body}}
My body
{{#/bs-panel-body}}{{#bs-panel-footer}}
Footer <spanclass='glyphicon glyphicon-camera'>
{{/bs-panel-footer}}{{/bs-panel}}
Would you be interested if I worked on a PR for this? I think we could still support the current API if users want text-only headers/footers.
The text was updated successfully, but these errors were encountered:
samselikoff
changed the title
Optional block templates for panel-header, panel-body
Optional block templates for panel-header, panel-footer
Oct 8, 2014
I'd like to be able to add some html to my
panel-header
andpanel-footer
, something like this:Would you be interested if I worked on a PR for this? I think we could still support the current API if users want text-only headers/footers.
The text was updated successfully, but these errors were encountered: