Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 11, 2014
1 parent ca398ac commit 1665626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>
<div class="panel-body">
<div class="discover-image">
<img class="img-responsive img-center remove-border"
src="https://img.youtube.com/vi/testgcxvsdf/maxresdefault.jpg"
src="https://img.youtube.com/vi/05BipfPpUsA/maxresdefault.jpg"
alt="Generic placeholder image">
</div>

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/bitpieces/shared/tools/WebTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public static String saveCreatorYoutubeLink(String id, String reqBody) {

String youtubeLink = postMap.get("youtube_link");



Creators_page_fields page = Creators_page_fields.findFirst("creators_id = ?", id);
Creator creator = Creator.findById(id);
String username = creator.getString("username");
Expand Down

0 comments on commit 1665626

Please sign in to comment.