Sha256: e5d82a7db717abbe606f0c3b3bc44cb17d69fea239b7b95825f6b47dbbfe0bb2

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

<% content_for :sidebar do %>
  <%= render :partial => 'home/sidebar' %>
<% end %>

<% content_for :toolbar do %>
  <%= render :partial => "home/toolbar" %>
<% end %>


<h1>New message</h1>

<%= render 'form' %>

<%= link_to 'Back', messages_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-0.4.0 app/views/mailbox/new.html.erb