|
|
|
@ -35,7 +35,7 @@ |
|
|
|
</div> |
|
|
|
} |
|
|
|
|
|
|
|
<div class="row profile-section"> |
|
|
|
<div class="row profile-section-sm"> |
|
|
|
<div class="col profile-picture-col"> |
|
|
|
<img class="profile-picture" src="@Url.RootContentUrl($"~/api/users/{Model.Id}/picture/?q={Guid.NewGuid()}")" /> |
|
|
|
</div> |
|
|
|
@ -252,7 +252,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<button type="button" class="btn btn-text-success" id="propertyAdd"> |
|
|
|
<button type="button" class="btn btn-outline-success" id="propertyAdd"> |
|
|
|
<i class="icon-plus"></i> @T.Get("users.profile.propertyAdd") |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
|