This commit is contained in:
Nicolas Bally 2012-06-18 18:11:41 +02:00
parent db93bcefb5
commit cee55545f7
3 changed files with 10 additions and 4 deletions

View File

@ -56,11 +56,12 @@
Sauf mention contraire, textes & photos créés par
=link_to "Nicolas Bally", "mailto:info@nicolasbally.com"
sous
=link_to "license Creative Commons (BY-NC-SA)", "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
=link_to image_tag("front/cc-licenses-terms.png"), "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
=link_to "license Creative Commons (BY-NC-ND)", "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
=#link_to image_tag("front/cc-licenses-terms.png"), "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
=" - "
Merci de m'
=link_to "envoyer un mail", "mailto:info@nicolasbally.com"
lors de toute utilisation de ce contenu.
lors de toute utilisation de ce contenu -
=link_to "Mentions légales"

View File

@ -12,6 +12,11 @@
-elsif input.style== "4"
-url =input.image_file.file.large.medium.small.thumb.url
-elsif input.style== "5"
-url =input.image_file.file.large.url
-else
-url =""

View File

@ -58,5 +58,5 @@ Crossey2::Application.configure do
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
HOSTNAME="laphotofaitsoncinema.net"
HOSTNAME="blog.nicolasbally.com"
end