summaryrefslogtreecommitdiff
path: root/app/views/teams
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:41:18 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:41:18 -0400
commit4487d51e90f4e9c985d2fb235b7c0dce43cf0bc7 (patch)
tree7307cc1b41d3c5c0222bdd500a052b7e87e35f50 /app/views/teams
parent4252af58c04e119ccce42d57352a836f273d6979 (diff)
misc view cleanups
Diffstat (limited to 'app/views/teams')
-rw-r--r--app/views/teams/show.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/teams/show.html.erb b/app/views/teams/show.html.erb
index 5b18d33..ab49d65 100644
--- a/app/views/teams/show.html.erb
+++ b/app/views/teams/show.html.erb
@@ -1,4 +1,2 @@
-<p id="notice"><%= notice %></p>
-
<%= link_to 'Edit', edit_team_path(@team) %> |
<%= link_to 'Back', teams_path %>