Rensselaer Center for Open Source Software

Added some HRs, also fixed "first assignment" bug

4 files changed, 13 lines added, 19 lines removed

Changes

--- app/views/goals/show.html.erb fd2baafd67a021e03d3b7b2c439e25e13fc8c7f3
+++ app/views/goals/show.html.erb 11f6ad6337e72c852845fbf74223f8264b84f27d
@@ -22,21 +22,23 @@
-
+<hr />
-<h3>Timeline:</h3>
+<h3>Timeline</h3>
+<ul id="assignments_list">
-<ul id="assignments_list">
+
+
+<% end %>
-<% end %>
--- app/views/profiles/show.html.erb fd2baafd67a021e03d3b7b2c439e25e13fc8c7f3
+++ app/views/profiles/show.html.erb 11f6ad6337e72c852845fbf74223f8264b84f27d
@@ -21,23 +21,15 @@
+<h1><%= @profile.name %></h1>
+<hr />
+<h3>Email: <%= @profile.user.email %></h3>
+
+<h3>Location: <%= @profile.location %></h3>
+<hr />
+<h3>Tags</h3>
-  <b>Email:</b>
-  <%= @profile.user.email %>
-</p>
-
-<p>
-  <b>Name:</b>
-  <%= @profile.name %>
-</p>
-
-<p>
-  <b>Location:</b>
-  <%= @profile.location %>
-</p>
-
-<p><b>Tags</b>:
Nexus • 94 weeks ago