Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5a30a1ea
Commit
5a30a1ea
authored
Sep 15, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling: sucessfully -> successfully
Originally from gitlab-org/gitlab-ee!682
parent
5c8f0065
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/projects/builds_controller.rb
app/controllers/projects/builds_controller.rb
+1
-1
app/views/profiles/update_username.js.haml
app/views/profiles/update_username.js.haml
+1
-1
No files found.
app/controllers/projects/builds_controller.rb
View file @
5a30a1ea
...
...
@@ -74,7 +74,7 @@ class Projects::BuildsController < Projects::ApplicationController
def
erase
@build
.
erase
(
erased_by:
current_user
)
redirect_to
namespace_project_build_path
(
project
.
namespace
,
project
,
@build
),
notice:
"Build has been sucessfully erased!"
notice:
"Build has been suc
c
essfully erased!"
end
def
raw
...
...
app/views/profiles/update_username.js.haml
View file @
5a30a1ea
-
if
@user
.
valid?
:plain
new Flash("Username sucessfully changed", "notice")
new Flash("Username suc
c
essfully changed", "notice")
-
else
:plain
new Flash("Username change failed -
#{
@user
.
errors
.
full_messages
.
first
}
", "alert")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment