Skip to content

Commit

Permalink
Merge pull request ThePersonaProject#159 from davidinoa/master
Browse files Browse the repository at this point in the history
Fix styling
  • Loading branch information
SemperViridis authored Feb 16, 2018
2 parents d414cbd + 35ed15a commit 5d037d5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
28 changes: 23 additions & 5 deletions client/components/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,33 @@ angular
this.userVideos = [
{
id: 1,
createdAt: '2018-02-08 10:22:16',
createdAt: '2018-02-08',
url:
'http://res.cloudinary.com/dinoa/video/upload/v1517876710/dab9lvbcpe5djbrymhde.mkv'
'http://res.cloudinary.com/dinoa/video/upload/v1518723667/hbkt8dpj8vh2sxoxtzqj.mkv'
},
{
id: 6,
createdAt: '2018-02-10 10:22:17',
id: 2,
createdAt: '2018-02-09',
url:
'http://res.cloudinary.com/dinoa/video/upload/v1518750845/lh0hkcx7hjpnizvlpw6o.mkv'
},
{
id: 3,
createdAt: '2018-02-10',
url:
'http://res.cloudinary.com/dinoa/video/upload/v1518723667/hbkt8dpj8vh2sxoxtzqj.mkv'
},
{
id: 4,
createdAt: '2018-02-13',
url:
'http://res.cloudinary.com/dinoa/video/upload/v1518750845/lh0hkcx7hjpnizvlpw6o.mkv'
},
{
id: 5,
createdAt: '2018-02-16',
url:
'http://res.cloudinary.com/dinoa/video/upload/v1518550712/mfvroni0blex8jt8ih9l.mkv'
'http://res.cloudinary.com/dinoa/video/upload/v1518750845/lh0hkcx7hjpnizvlpw6o.mkv'
}
];

Expand Down
4 changes: 2 additions & 2 deletions client/templates/userDashboard.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="dashboard" class="nine wide column">
<div id="dashboard" class="nine wide column" style="height: auto">
<h3 class="Language Analysis History">Interview History - Past 5 Interviews</h3>
<div>
<div class="column" >
<line></line>
</div>
</div>
Expand Down

0 comments on commit 5d037d5

Please sign in to comment.