tracks/app/views/sidebar/_project_list.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

8 lines
No EOL
230 B
Text

<h3><%= list_name %> (<%= projects.length %>)</h3>
<ul>
<% if projects.empty? %>
<li><%= t('sidebar.list_empty') %></li>
<% else %>
<%= render :partial => "sidebar/project", :collection => projects %>
<% end %>
</ul>