commented attempt at adding scoring to display; images need transparent backgrounds; template tutorial required; look in erb file for todo scott

This commit is contained in:
Scott Comer 2014-05-30 15:55:00 -05:00
parent 275c997591
commit 43fce0df1d
6 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

View File

@ -30,6 +30,15 @@
<!-- avatar -->
<div class="avatar-small"><img src="{avatar_url}" /></div>
</div>
<!-- todo scott vfrs-1455 i need a template tutorial to define the three variables that substitute here:
score:
one_way_score is joined_score / 2;
score_color is green, yellow, red, blue, or purple (depending upon value of joined_score)
score_color_alt is good, moderate, poor, unacceptable,or missing
-->
<!-- <div class="left" style="***help***">
{one_way_score} ms <img src="../assets/content/icon_{score_color}_score.png" alt="{score_color_alt}" width="12" height="12" align="absmiddle"/>
</div> -->
<div class="right musician-following" style="width: 120px;">
<div class="bold">FOLLOWING:</div>
<table class="musicians" cellpadding="0" cellspacing="5">{musician_follow_template}</table>