Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4b8849ac
authored
Aug 09, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only show user photo if set
1 parent
a4bf54f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/js/Pages/Users/Edit.vue
resources/js/Pages/Users/Edit.vue
View file @
4b8849a
...
...
@@ -6,7 +6,7 @@
<span
class=
"text-indigo-light font-medium"
>
/
</span>
{{
form
.
first_name
}}
{{
form
.
last_name
}}
</h1>
<img
class=
"block w-8 h-8 rounded-full ml-4"
:src=
"user.photo"
>
<img
v-if=
"user.photo"
class=
"block w-8 h-8 rounded-full ml-4"
:src=
"user.photo"
>
</div>
<trashed-message
v-if=
"user.deleted_at"
class=
"mb-6"
@
restore=
"restore"
>
This user has been deleted.
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment