tracks/app/views/projects/index_mobile.rhtml
Marcus Ilgner fd3f69d927 Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00

6 lines
No EOL
397 B
Text

<h2><%= t('projects.active_projects') %></h2><%=
render :partial => 'mobile_project_listing', :collection => @active_projects%>
<h2><%= t('projects.hidden_projects') %></h2><%=
render :partial => 'mobile_project_listing', :collection => @hidden_projects %>
<h2><%= t('projects.completed_projects') %></h2><%=
render :partial => 'mobile_project_listing', :collection => @completed_projects %>