summaryrefslogtreecommitdiff
path: root/app/views/remote_usernames/edit.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-02 14:53:10 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-02 14:53:10 -0400
commitf9a4ee4e998f5f113565a93802c041108e9a180d (patch)
tree453534c6ee9b38d921266f92ac02e7e740a7856c /app/views/remote_usernames/edit.html.erb
parenta2de6b22a720671b796c88c694db905665fda142 (diff)
now ran generate without ger
Diffstat (limited to 'app/views/remote_usernames/edit.html.erb')
-rw-r--r--app/views/remote_usernames/edit.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/remote_usernames/edit.html.erb b/app/views/remote_usernames/edit.html.erb
new file mode 100644
index 0000000..52d4b37
--- /dev/null
+++ b/app/views/remote_usernames/edit.html.erb
@@ -0,0 +1,6 @@
+<h1>Editing remote_username</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @remote_username %> |
+<%= link_to 'Back', remote_usernames_path %>