start on the tests for the project list page

This commit is contained in:
Reinier Balt 2010-10-06 20:37:21 +02:00
parent 6416ff112e
commit 641c27d753
4 changed files with 46 additions and 2 deletions

View file

@ -2,7 +2,7 @@
pageNotify('notice', '<%=t('projects.project_saved_status')%>', 5);
<% if source_view_is :project_list -%>
<% if @state_changed -%>
<% else -%>
<% else # TODO!!!-%>
<% end -%>
<% else # source_view must be :project %>
$('#<%=dom_id(@project, 'edit')%>').hide();