I have added the performance model, controller, route and seed data, now I am working on the actual visual aspects of the page

This commit is contained in:
Ken Johnson
2013-05-31 14:45:31 -04:00
parent 2fa68be920
commit 379c442049
15 changed files with 136 additions and 4 deletions
+2 -2
View File
@@ -51,12 +51,12 @@
<% end %>
</li>
<li>
<a href="#">
<%= link_to user_performance_index_path(:user_id => current_user.user_id) do %>
<div class="icon">
<span class="fs1" aria-hidden="true" data-icon="&#xe14a;"></span>
</div>
Performance
</a>
<% end %>
</li>
</ul>
</div>
+1
View File
@@ -49,6 +49,7 @@ function maskSSN(){
}
$(document).ready(function () {
maskSSN()
});