Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
0729e98d
Commit
0729e98d
authored
Mar 06, 2017
by
BAIRE Anthony
Browse files
TODOs
parent
77307192
Changes
2
Hide whitespace changes
Inline
Side-by-side
rails/app/mailers/application_mailer.rb
View file @
0729e98d
class
ApplicationMailer
<
ActionMailer
::
Base
#FIXME: use configurable address
default
from:
'noreply@allgo.inria.fr'
layout
'mailer'
end
rails/app/views/layouts/_footer.html.erb
View file @
0729e98d
...
...
@@ -4,6 +4,7 @@
<footer
class=
"footer"
>
<div
class=
"container"
>
<div
class=
"col-md-4 credits"
>
<%#FIXME should have links too%>
<img
class=
"img-responsive"
src=
"
<%=
asset_path
(
'credit.png'
)
%>
"
alt=
"inria"
>
</div>
<div
class=
"col-md-8"
>
...
...
Write
Preview
Supports
Markdown
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