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
d92446df
Commit
d92446df
authored
Jun 26, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #982 from JamesEarlDouglas/mailer-controller-typo
fix typo: 'avaialble' -> 'available'
parents
0321a3c9
69ba86e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/controllers/admin/mailer_controller.rb
app/controllers/admin/mailer_controller.rb
+3
-3
No files found.
app/controllers/admin/mailer_controller.rb
View file @
d92446df
...
@@ -22,7 +22,7 @@ class Admin::MailerController < ApplicationController
...
@@ -22,7 +22,7 @@ class Admin::MailerController < ApplicationController
render
:file
=>
'notify/note_wall_email'
,
:layout
=>
'notify'
render
:file
=>
'notify/note_wall_email'
,
:layout
=>
'notify'
end
end
rescue
rescue
render
:text
=>
"Preview not avai
al
ble"
render
:text
=>
"Preview not avai
la
ble"
end
end
def
preview_user_new
def
preview_user_new
...
@@ -31,7 +31,7 @@ class Admin::MailerController < ApplicationController
...
@@ -31,7 +31,7 @@ class Admin::MailerController < ApplicationController
render
:file
=>
'notify/new_user_email'
,
:layout
=>
'notify'
render
:file
=>
'notify/new_user_email'
,
:layout
=>
'notify'
rescue
rescue
render
:text
=>
"Preview not avai
al
ble"
render
:text
=>
"Preview not avai
la
ble"
end
end
def
preview_issue_new
def
preview_issue_new
...
@@ -40,6 +40,6 @@ class Admin::MailerController < ApplicationController
...
@@ -40,6 +40,6 @@ class Admin::MailerController < ApplicationController
@project
=
@issue
.
project
@project
=
@issue
.
project
render
:file
=>
'notify/new_issue_email'
,
:layout
=>
'notify'
render
:file
=>
'notify/new_issue_email'
,
:layout
=>
'notify'
rescue
rescue
render
:text
=>
"Preview not avai
al
ble"
render
:text
=>
"Preview not avai
la
ble"
end
end
end
end
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