Move "uploaded by" to the right spot

As specified in the acceptance criteria, it should be
between "Learn more" and the creation date

Change-Id: Ie3e7fd55b6bb8fa5cf995fa90dd8ab45581f34bd
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/217
This commit is contained in:
Gilles Dubuc 2014-02-26 18:19:51 +01:00
parent 1317119e6e
commit 392cc4e737

View file

@ -218,8 +218,8 @@
.appendTo( this.$imageLinkDiv ); .appendTo( this.$imageLinkDiv );
this.initializeRepoLink(); this.initializeRepoLink();
this.initializeDatetime();
this.initializeUploader(); this.initializeUploader();
this.initializeDatetime();
this.initializeLocation(); this.initializeLocation();
this.fileReuse = new mw.mmv.ui.FileReuse( this.$imageLinks ); this.fileReuse = new mw.mmv.ui.FileReuse( this.$imageLinks );