Skip to content

Commit 65b23e4

Browse files
committed
Fix tooltip
1 parent ae1f77a commit 65b23e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/views/status.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
<li class="list-group-item heroku text-white d-flex justify-content-between">
209209
<span>Heroku</span>
210210
<% if @heroku_auth.empty? %>
211-
<a class="btn btn-outline-heroku" data-html="true" data-toggle="tooltip"
212-
data-placement="top" title="<code>heroku login -i</code>" data-toggle="collapse" href="#herokuForm" role="button" aria-expanded="false" aria-controls="herokuForm">
211+
<a class="btn btn-outline-heroku" data-toggle="collapse" href="#herokuForm" role="button" aria-expanded="false" aria-controls="herokuForm">
213212
Sign in <i class="fas fa-sign-in-alt"></i>
214213
</a>
215214
<% else %>
@@ -226,7 +225,8 @@
226225
<label for="heroku_password">Password</label>
227226
<input type="password" class="form-control" name="heroku_password" id="heroku_password">
228227
</div>
229-
<button type="submit" class="btn btn-primary">Sign in</button>
228+
<button type="submit" data-html="true" data-toggle="tooltip"
229+
data-placement="top" title="<code>heroku login -i</code>" class="btn btn-primary">Sign in</button>
230230
</form>
231231
</li>
232232

0 commit comments

Comments
 (0)