|
111 | 111 | <div>
|
112 | 112 | <div class="btn-group me-3">
|
113 | 113 | {% if not is_granted('interest', sharable) %}
|
114 |
| - <span tabindex="0" data-toggle="tooltip" title=" |
| 114 | + <span tabindex="0" data-bs-toggle="tooltip" title=" |
115 | 115 | {% if interested %}
|
116 | 116 | {{ 'you are already interested'|trans|capitalize }}
|
117 | 117 | {% elseif sharable.interestedMethod == 1 %}
|
|
137 | 137 | </a>
|
138 | 138 | {{ is_granted('interest', sharable) ? '' : '</span>' }}
|
139 | 139 | {% if interested and ( is_granted('edit', interested) or is_granted('delete', interested) ) %}
|
140 |
| - <button type="button" class="btn btn-warning dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 140 | + <button type="button" class="btn btn-warning dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
141 | 141 | <span class="sr-only">Toggle Dropdown</span>
|
142 | 142 | </button>
|
143 | 143 | <div class="dropdown-menu">
|
|
157 | 157 | {% endif %}
|
158 | 158 | </div>
|
159 | 159 | {% if not is_granted('validate', sharable) %}
|
160 |
| - <span tabindex="0" data-toggle="tooltip" title=" |
| 160 | + <span tabindex="0" data-bs-toggle="tooltip" title=" |
161 | 161 | {% if validated %}
|
162 | 162 | {{ 'you have already validated'|trans|capitalize }}
|
163 | 163 | {% elseif not interested %}
|
|
219 | 219 |
|
220 | 220 | <div class="card-body">
|
221 | 221 | {% if not is_granted('contact', sharable) %}
|
222 |
| - <span tabindex="0" data-toggle="tooltip" title=" |
| 222 | + <span tabindex="0" data-bs-toggle="tooltip" title=" |
223 | 223 | {% if sharable.disabled or not sharable.isAccessible %}
|
224 | 224 | {{ 'you cant interact with this sharable as it\'s disabled'|trans|capitalize }}
|
225 | 225 | {% elseif sharable.interestedMethod == 1 %}
|
|
468 | 468 | </a>
|
469 | 469 | {% endif %}
|
470 | 470 | {% if is_granted('delete', question) %}
|
471 |
| - <button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 471 | + <button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
472 | 472 | <span class="sr-only">Toggle Dropdown</span>
|
473 | 473 | </button>
|
474 | 474 | <div class="dropdown-menu">
|
|
0 commit comments