folders devel ended

This commit is contained in:
Wojciech Todryk 2011-07-31 22:45:29 +02:00
parent 565654d2a5
commit 65472c55cc
18 changed files with 119 additions and 65 deletions

View file

@ -14,10 +14,21 @@
<%= form_tag({:controller=>'messages', :action=>'ops'})%>
</form>
</div>
</div>
<% if @current_folder.nil? %>
<%= t(:no_folder_selected) %>
<% else %>
<h1>Current: <%= pretty_folder_name(@current_folder) %></h1>
<%= @current_folder.inspect %>
<%= Time.now - @current_folder.msgs_updated_at %>
<% end %>
</div>
</div>