Skip to content

Commit

Permalink
Widget copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jul 19, 2011
1 parent 4134c94 commit 84d23ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/widgets/bill_status.jst
Expand Up @@ -10,5 +10,5 @@
<div class="og-widget-clear">&nbsp;</div>
</li>
</ul>
<a href="<%= subdomain %>" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
<a href="<%= subdomain %>/bills" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
</div>
4 changes: 2 additions & 2 deletions app/views/widgets/most_viewed_bills.jst
@@ -1,5 +1,5 @@
<div class="og-widget-container og-state-<%= state %>">
<h1><a href="<%= subdomain %>"><strong>Open</strong>Government</a> <span>Most Viewed Bills in <%= state.toUpperCase() %></span></h1>
<h1><a href="<%= subdomain %>"><strong>Open</strong>Government</a> <span>Most Viewed Bills in <%= state.toUpperCase() %> State Legislature</span></h1>
<ul>
<% _.each(most_viewed_bills, function(h) {
var bill = h.bill; %>
Expand All @@ -14,5 +14,5 @@
</li>
<% }); %>
</ul>
<a href="<%= subdomain %>" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
<a href="<%= subdomain %>/bills?sort=views" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
</div>
2 changes: 1 addition & 1 deletion app/views/widgets/most_viewed_people.jst
Expand Up @@ -10,5 +10,5 @@
</li>
<% }); %>
</ul>
<a href="<%= subdomain %>" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
<a href="<%= subdomain %>/people?sort=views" class="og-widget-footer">More on OpenGovernment <%= state.toUpperCase() %> &rarr;</a>
</div>

0 comments on commit 84d23ea

Please sign in to comment.