Skip to content
Snippets Groups Projects
Commit 7ce6bbcf authored by lain's avatar lain
Browse files

Fix user panel bg image.

parent e14e3e5e
Branches
No related tags found
No related merge requests found
<template>
<div class="user-panel">
<div v-if='user' class="panel panel-default" v-bind:style="style">
<div v-if='user' class="panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading text-center">
<div class="panel-heading text-center" v-bind:style="style">
<div class='user-info'>
<img :src="user.profile_image_url">
<span class="glyphicon glyphicon-user"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment