Commit 1909135

mo khan <mo@mokhan.ca>
2013-06-22 17:04:49
describe the need on the show page
1 parent c70a422
Changed files (1)
app
views
app/views/needs/show.html.erb
@@ -1,15 +1,9 @@
-<p id="notice"><%= notice %></p>
-
-<p>
-  <b>Description:</b>
-  <%= @need.description %>
-</p>
-
-<p>
-  <b>User:</b>
-  <%= @need.user_id %>
-</p>
-
-
-<%= link_to 'Edit', edit_need_path(@need) %> |
-<%= link_to 'Back', needs_path %>
+<div class="row">
+  <div class="span6">
+    <p>I need...</p>
+    <p class="lead"><%= @need.description %></p>
+  </div>
+  <div class="span6">
+    You can contact me via...
+  </div>
+</div>