summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-03 21:05:03 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-03 21:05:03 +0300
commit136ae972302d1618fff2fe74681ebb4538a20f01 (patch)
tree524a78d837385658d427c2d2207daf4047d29711
parentb8ac16b97e08115c711418e1e3ad3ea8a575e202 (diff)
downloadgitlab-ci-136ae972302d1618fff2fe74681ebb4538a20f01.tar.gz
remove temp files
-rw-r--r--app/views/runner_projects/edit.html.haml~24
-rw-r--r--app/views/runners/edit.html.haml~24
2 files changed, 0 insertions, 48 deletions
diff --git a/app/views/runner_projects/edit.html.haml~ b/app/views/runner_projects/edit.html.haml~
deleted file mode 100644
index f8f450e..0000000
--- a/app/views/runner_projects/edit.html.haml~
+++ /dev/null
@@ -1,24 +0,0 @@
-<h2>Edit <%= current_user.email %></h2>
-
-<%= form_for(current_user, :html => { :method => :put }) do |f| %>
-
- <div><%= f.label :email %><br />
- <%= f.email_field :email %></div>
-
- <div><%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br />
- <%= f.password_field :password, :autocomplete => "off" %></div>
-
- <div><%= f.label :password_confirmation %><br />
- <%= f.password_field :password_confirmation %></div>
-
- <div><%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br />
- <%= f.password_field :current_password %></div>
-
- <div class="form-actions"><%= f.submit "Update", class: 'btn btn-primary' %></div>
-<% end %>
-
-<h3>Cancel my account</h3>
-
-<p class="alert alert-error"> <%= link_to "Cancel my account", current_user, :data => { :confirm => "Are you sure?" }, :method => :delete %>.</p>
-
-<%= link_to "Back", :back %>
diff --git a/app/views/runners/edit.html.haml~ b/app/views/runners/edit.html.haml~
deleted file mode 100644
index f8f450e..0000000
--- a/app/views/runners/edit.html.haml~
+++ /dev/null
@@ -1,24 +0,0 @@
-<h2>Edit <%= current_user.email %></h2>
-
-<%= form_for(current_user, :html => { :method => :put }) do |f| %>
-
- <div><%= f.label :email %><br />
- <%= f.email_field :email %></div>
-
- <div><%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br />
- <%= f.password_field :password, :autocomplete => "off" %></div>
-
- <div><%= f.label :password_confirmation %><br />
- <%= f.password_field :password_confirmation %></div>
-
- <div><%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br />
- <%= f.password_field :current_password %></div>
-
- <div class="form-actions"><%= f.submit "Update", class: 'btn btn-primary' %></div>
-<% end %>
-
-<h3>Cancel my account</h3>
-
-<p class="alert alert-error"> <%= link_to "Cancel my account", current_user, :data => { :confirm => "Are you sure?" }, :method => :delete %>.</p>
-
-<%= link_to "Back", :back %>