76aad9b76e
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
31 lines
815 B
Text
31 lines
815 B
Text
%html{lang: "en"}
|
|
%head
|
|
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
|
|
%title
|
|
GitLab
|
|
:css
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
p.details {
|
|
font-style:italic;
|
|
color:#777
|
|
}
|
|
.footer p {
|
|
font-size:small;
|
|
color:#777
|
|
}
|
|
#{add_email_highlight_css}
|
|
%body
|
|
%div.content
|
|
= yield
|
|
%div.footer{style: "margin-top: 10px;"}
|
|
%p
|
|
\—
|
|
%br
|
|
- if @target_url
|
|
#{link_to "View it on GitLab", @target_url}
|
|
= email_action @target_url
|
|
- if @project
|
|
You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, namespace_project_url(@project.namespace, @project)} project team.
|