Add navigation helpers to Account and Profile sections
This commit is contained in:
@ -27,6 +27,7 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
|
||||
<!--#include virtual="/include/header.html"-->
|
||||
<!--#include virtual="/include/profile_subnav.html"-->
|
||||
<div id="main-content" class="wrapper">
|
||||
<div id="top-links"><a href="/profile">My Profile</a> » <a href="/profile/ssh">SSH Keys</a> » <span class="top-links-title">Remove</span></div>
|
||||
<div id="remove">
|
||||
<p>Are you sure you want to delete the key <strong id="label"></strong>?</p>
|
||||
<button disabled id="remove-button" type="button">Yes, delete this sucker</button>
|
||||
|
@ -18,5 +18,5 @@
|
||||
@import url('/global.css');
|
||||
|
||||
#remove {
|
||||
padding: 15px 15px 15px;
|
||||
padding: 0 15px 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user