]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_terms.html.erb
Rename user_controller to users_controller
[rails.git] / app / views / user / _terms.html.erb
diff --git a/app/views/user/_terms.html.erb b/app/views/user/_terms.html.erb
deleted file mode 100644 (file)
index 849f536..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<p id="first"><%= @text['intro'] %></p>
-<ol>
-  <li>
-    <p><%= @text['section_1'] %></p>
-  </li>
-  <li>
-    <p><%= @text['section_2'] %></p>
-  </li>
-  <li>
-    <p><%= @text['section_3'] %></p>
-    <p><%= @text['active_defn_1'] %></p>
-    <p><%= @text['active_defn_2'] %></p>
-  </li>
-  <li>
-    <p><%= @text['section_4'] %></p>
-  </li>
-  <li>
-    <p><%= @text['section_5'] %></p>
-  </li>
-  <li>
-    <p><%= @text['section_6'] %></p>
-    <ol>
-      <li><p><%= @text['section_6_1'] %></p></li>
-      <li><p><%= @text['section_6_2'] %></p></li>
-    </ol>
-  </li>
-  <li>
-    <p id="last"><%= @text['section_7'] %></p>
-  </li>
-</ol>