File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 %>
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
You can’t perform that action at this time.
0 commit comments