Skip to content

Commit

Permalink
updated apps page with link to market and changed verbage of index
Browse files Browse the repository at this point in the history
  • Loading branch information
cajun-code committed Feb 18, 2012
1 parent 98b4ed1 commit 638b730
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions app/views/page/apps.html.erb
@@ -1,5 +1,19 @@
<h2>Links to download the mobile phone apps</h2>
<div class="grid_5">
<h3>Android</h3>
<h3 align="center">Android</h3>
<%= link_to "Android Market", "https://market.android.com/details?id=com.cajuncode.trackerpoker&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jYWp1bmNvZGUudHJhY2tlcnBva2VyIl0."%>
<%= image_tag get_qr_url("https://market.android.com/details?id=com.cajuncode.trackerpoker&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jYWp1bmNvZGUudHJhY2tlcnBva2VyIl0.") %>
</div>
</div>
<div class="prefix_3 grid_5">
<h3 align="center">Iphone</h3>
<h5>Coming Soon</h5>
</div>
<div class="clear"></div>
<div class="grid_5">
<h3 align="center">Kindle Fire</h3>
<h5>Coming Soon</h5>
</div>
<div class="prefix_3 grid_5">
<h3 align="center">Blackberry Playbook</h3>
<h5>Coming Soon</h5>
</div>
2 changes: 1 addition & 1 deletion app/views/page/index.html.erb
Expand Up @@ -6,7 +6,7 @@ This can be used for distributed teams or even being in the same room.</p>
Planning poker combines expert opinion, analogy, and disaggregation into an enjoyable approach to
estimating that results in quick but reliable estimates.</p>

<p>To use Tracker Poker:</p>
<p>Getting Started with Tracker Poker:</p>
<ul>
<li><%= link_to "Create an account", new_user_registration_path%> on the site
or <%= link_to "Log-in", new_user_session_path %> with an existing account</li>
Expand Down

0 comments on commit 638b730

Please sign in to comment.