mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Move the profile image upload and delete button text into title attributes
This commit is contained in:
parent
d7f3e449fb
commit
bdaf63d3dd
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
<div class="image-buttons">
|
||||
<input id="profile-image-upload" name="profile-image-upload" type="file" />
|
||||
<label for="profile-image-upload" class="image-upload-button">Upload Profile Image</label>
|
||||
<span id="profile-image-delete" class="image-delete-button {{ $profile_image === null ? 'inactive' : '' }}">Delete Profile Image</span>
|
||||
<label for="profile-image-upload" class="image-upload-button" title="Upload Profile Image"></label>
|
||||
<span id="profile-image-delete" class="image-delete-button {{ $profile_image === null ? 'inactive' : '' }}" title="Delete Profile Image"></span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue