Skip to content

Commit

Permalink
Better tag alignment and upcased the P
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed May 4, 2014
1 parent f670e23 commit fb0b332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/projects/show.svg.erb
Expand Up @@ -71,16 +71,16 @@

<g id="vendor">
<path d="M0,9 v-6 q0,-3,3,-3 v18 q-3,0,-3,-3 Z" fill="url(#gray)" />
<rect x="3" y="0" width="<%= width1 = 80 %>" height="22" fill="url(#gray)" />
<text x="6" y="15" font-family="Open Sans" font-size="12" fill="#FFFFFF" style="filter:url(#dropshadow)">
peer4commit
<rect x="3" y="0" width="<%= width1 = 84 %>" height="22" fill="url(#gray)" />
<text x="6" y="14" font-family="Open Sans" font-size="12" fill="#FFFFFF" style="filter:url(#dropshadow)">
Peer4commit
</text>
</g>

<g id="status">
<rect x="<%= width1 + 3 %>" y="0" width="<%= width - width1 - 6 %>" height="22" fill="url(#<%= shield_color @project %>)" />
<path fill="url(#<%= shield_color @project %>)" d="M<%= width %>,9 v-6 q0,-3,-3,-3 v18 q3,0,3,-3 Z" />
<text x="<%= width1 + 7 %>" y="15" font-family="Open Sans" font-size="12" fill="#FFFFFF" style="filter:url(#dropshadow)">
<text x="<%= width1 + 7 %>" y="14" font-family="Open Sans" font-size="12" fill="#FFFFFF" style="filter:url(#dropshadow)">
<%= shield_btc_amount @project.next_tip_amount %>
</text>
</g>
Expand Down

0 comments on commit fb0b332

Please sign in to comment.