#5474 Added data-toggle attribute to missing tooltips (Issue #4965) supersedes PR #5286
Merged a year ago by wombelix. Opened a year ago by wombelix.

@@ -115,6 +115,7 @@ 

                          {{ diff_commit_full.author | author2avatar(20) | safe }}

                          {{ diff_commit_full.author.name }}

                        <span class="commitdate"

+                             data-toggle="tooltip"

                        title="{{ diff_commit_full.commit_time|format_ts }}"> &bull;

                        {{ diff_commit_full.commit_time|humanize }}</span>&nbsp;&nbsp;

                      </div>
@@ -172,6 +173,7 @@ 

                            author=commit.author.email),

                        cssclass="notblue")|safe}}

                        <span class="commitdate"

+                             data-toggle="tooltip"

                        title="{{ commit.commit_time|format_ts }}"> &bull;

                      {{ commit.commit_time|humanize }}</span>&nbsp;&nbsp;

                        <span id="commit-actions"></span>

@@ -122,6 +122,7 @@ 

                            author=commit.author.email),

                        cssclass="notblue")|safe}}

                        <span class="commitdate"

+                             data-toggle="tooltip"

                        title="{{ commit.commit_time|format_ts }}"> &bull;

                      {{ commit.commit_time|humanize }}</span>&nbsp;&nbsp;

                        <span id="commit-actions"></span>

file modified
+1 -1
@@ -97,7 +97,7 @@ 

              <span class="text-muted" data-toggle="tooltip" title="{{issue.date_created | format_datetime}}">

                  <span class="font-weight-bold">Opened</span> {{ issue.date_created |humanize }}

              </span>

-             <span class="text-muted" title="{{ issue.user.html_title }}">by {{ issue.user.user }}.</span>

+             <span class="text-muted" data-toggle="tooltip" title="{{ issue.user.html_title }}">by {{ issue.user.user }}.</span>

            {% endif %}

            </small>

          </div>

@@ -95,6 +95,7 @@ 

                        author=commit.author.email),

                    cssclass="notblue")|safe}}

                    <span class="commitdate"

+                         data-toggle="tooltip"

                    title="{{ commit.commit_time|format_ts }}"> &bull;

                  {{ commit.commit_time|humanize }}</span>&nbsp;&nbsp;

              </div>

@@ -290,6 +290,7 @@ 

                            author=commit.author.email),

                        cssclass="notblue")|safe}}

                        <span class="commitdate"

+                             data-toggle="tooltip"

                        title="{{ commit.commit_time|format_ts }}"> &bull;

                      {{ commit.commit_time|humanize }}</span>&nbsp;&nbsp;

                  </div>

@@ -68,7 +68,7 @@ 

              <span class="text-muted" data-toggle="tooltip" title="{{pull_request.date_created | format_datetime}}">

                  <span class="font-weight-bold">Opened</span> {{ pull_request.date_created |humanize }}

              </span>

-             <span class="text-muted" title="{{ pull_request.user.html_title }}">by {{ pull_request.user.user }}.</span>

+             <span class="text-muted" data-toggle="tooltip" title="{{ pull_request.user.html_title }}">by {{ pull_request.user.user }}.</span>

            {% elif pull_request.status == 'Closed' %}

              <span data-toggle="tooltip" title="{{pull_request.closed_at | format_datetime}}">

                <span class="text-danger font-weight-bold">Closed</span> {{ pull_request.closed_at |humanize }}
@@ -78,7 +78,7 @@ 

              <span class="text-muted" data-toggle="tooltip" title="{{pull_request.date_created | format_datetime}}">

                  <span class="font-weight-bold">Opened</span> {{ pull_request.date_created |humanize }}

              </span>

-             <span class="text-muted" title="{{ pull_request.user.html_title }}">by {{ pull_request.user.user }}.</span>

+             <span class="text-muted" data-toggle="tooltip" title="{{ pull_request.user.html_title }}">by {{ pull_request.user.user }}.</span>

            {% endif %}

            </small>

          </div>
@@ -342,6 +342,7 @@ 

                            author=commit.author.email),

                        cssclass="notblue")|safe}}

                        <span class="commitdate"

+                             data-toggle="tooltip"

                        title="{{ commit.commit_time|format_ts }}"> &bull;

                      {{ commit.commit_time|humanize }}</span>&nbsp;&nbsp;

                  </div>