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
56565a0b
Commit
56565a0b
authored
Jan 21, 2015
by
Sacred Seven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#3 Added css to the notify (mailer) views for RTL support
parent
3913f247
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
75 additions
and
0 deletions
+75
-0
app/views/notify/_note_message.html.haml
app/views/notify/_note_message.html.haml
+5
-0
app/views/notify/_reassigned_issuable_email.html.haml
app/views/notify/_reassigned_issuable_email.html.haml
+5
-0
app/views/notify/closed_issue_email.html.haml
app/views/notify/closed_issue_email.html.haml
+5
-0
app/views/notify/closed_merge_request_email.html.haml
app/views/notify/closed_merge_request_email.html.haml
+5
-0
app/views/notify/group_access_granted_email.html.haml
app/views/notify/group_access_granted_email.html.haml
+5
-0
app/views/notify/issue_status_changed_email.html.haml
app/views/notify/issue_status_changed_email.html.haml
+5
-0
app/views/notify/merge_request_status_email.html.haml
app/views/notify/merge_request_status_email.html.haml
+5
-0
app/views/notify/new_email_email.html.haml
app/views/notify/new_email_email.html.haml
+5
-0
app/views/notify/new_issue_email.html.haml
app/views/notify/new_issue_email.html.haml
+5
-0
app/views/notify/new_merge_request_email.html.haml
app/views/notify/new_merge_request_email.html.haml
+5
-0
app/views/notify/new_ssh_key_email.html.haml
app/views/notify/new_ssh_key_email.html.haml
+5
-0
app/views/notify/new_user_email.html.haml
app/views/notify/new_user_email.html.haml
+5
-0
app/views/notify/project_access_granted_email.html.haml
app/views/notify/project_access_granted_email.html.haml
+5
-0
app/views/notify/project_was_moved_email.html.haml
app/views/notify/project_was_moved_email.html.haml
+5
-0
app/views/notify/repository_push_email.html.haml
app/views/notify/repository_push_email.html.haml
+5
-0
No files found.
app/views/notify/_note_message.html.haml
View file @
56565a0b
%div
=
markdown
(
@note
.
note
)
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/_reassigned_issuable_email.html.haml
View file @
56565a0b
...
...
@@ -8,3 +8,8 @@
%strong
{
dir: :auto
}
#{
issuable
.
assignee_name
}
-
else
%strong
Unassigned
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/closed_issue_email.html.haml
View file @
56565a0b
%p
=
"Issue was closed by "
%span
{
dir: :auto
}=
@updated_by
.
name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/closed_merge_request_email.html.haml
View file @
56565a0b
%p
=
"Merge Request #
#{
@merge_request
.
iid
}
was closed by "
%span
{
dir: :auto
}=
@updated_by
.
name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/group_access_granted_email.html.haml
View file @
56565a0b
...
...
@@ -2,3 +2,8 @@
=
"You have been granted
#{
@membership
.
human_access
}
access to group"
=
link_to
group_url
(
@group
)
do
%span
{
dir: :auto
}=
@group
.
name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/issue_status_changed_email.html.haml
View file @
56565a0b
%p
=
"Issue was
#{
@issue_status
}
by "
%span
{
dir: :auto
}=
@updated_by
.
name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/merge_request_status_email.html.haml
View file @
56565a0b
%p
=
"Merge Request #
#{
@merge_request
.
iid
}
was
#{
@mr_status
}
by "
%span
{
dir: :auto
}=
@updated_by
.
name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/new_email_email.html.haml
View file @
56565a0b
...
...
@@ -10,3 +10,8 @@
%p
If this email was added in error, you can remove it here:
=
link_to
"Emails"
,
profile_emails_url
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/new_issue_email.html.haml
View file @
56565a0b
...
...
@@ -5,3 +5,8 @@
%p
Assignee:
%span
=
@issue
.
assignee_name
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/new_merge_request_email.html.haml
View file @
56565a0b
...
...
@@ -10,3 +10,8 @@
-
if
@merge_request
.
description
=
markdown
(
@merge_request
.
description
)
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/new_ssh_key_email.html.haml
View file @
56565a0b
...
...
@@ -10,3 +10,8 @@
%p
If this key was added in error, you can remove it under
=
link_to
"SSH Keys"
,
profile_keys_url
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/new_user_email.html.haml
View file @
56565a0b
...
...
@@ -14,3 +14,8 @@
-
if
@user
.
created_by_id
%p
=
link_to
"Click here to set your password"
,
edit_password_url
(
@user
,
:reset_password_token
=>
@token
)
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/project_access_granted_email.html.haml
View file @
56565a0b
...
...
@@ -3,3 +3,8 @@
%p
=
link_to
project_url
(
@project
)
do
%span
{
dir: :auto
}=
@project
.
name_with_namespace
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/project_was_moved_email.html.haml
View file @
56565a0b
...
...
@@ -13,3 +13,8 @@
%p
{
style:
"background:#f5f5f5; padding:10px; border:1px solid #ddd"
}
git remote set-url origin
#{
@project
.
http_url_to_repo
}
%br
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
app/views/notify/repository_push_email.html.haml
View file @
56565a0b
...
...
@@ -26,3 +26,8 @@
-
if
@compare
.
timeout
%h5
Huge diff. To prevent performance issues changes are hidden
:css
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!important
;
text-align
:
start
!important
;
}
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