Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-05 21:00:21 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-14 00:58:15 +0300
commit821fc4b03479a193b055c91b8a655d226bc46c17 (patch)
treea768f6c4cdd039261194bbc36a40b31e61c9934f /app/views/profiles/preferences
parent0b3c97422136683357cdb4433a5ef0aa8858c18d (diff)
Add Profiles::PreferencesController
Diffstat (limited to 'app/views/profiles/preferences')
-rw-r--r--app/views/profiles/preferences/show.html.haml1
-rw-r--r--app/views/profiles/preferences/update.js.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
new file mode 100644
index 00000000000..1333ed77b7e
--- /dev/null
+++ b/app/views/profiles/preferences/show.html.haml
@@ -0,0 +1 @@
+TODO
diff --git a/app/views/profiles/preferences/update.js.erb b/app/views/profiles/preferences/update.js.erb
new file mode 100644
index 00000000000..70b786d12ed
--- /dev/null
+++ b/app/views/profiles/preferences/update.js.erb
@@ -0,0 +1 @@
+// TODO