BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2307eb84
Commit
2307eb84
authored
Sep 16, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-typos' into 'master'
Fix spelling: sucessfully -> successfully Originally from gitlab-org/gitlab-ee!682 See merge request !6376
parents
6c168d40
5a30a1ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
builds_controller.rb
app/controllers/projects/builds_controller.rb
+1
-1
update_username.js.haml
app/views/profiles/update_username.js.haml
+1
-1
No files found.
app/controllers/projects/builds_controller.rb
View file @
2307eb84
...
...
@@ -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 @
2307eb84
-
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