From a6f94946b3787a36f1305746971eda6ff5c1af2a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Mar 2015 22:53:41 +0100 Subject: [PATCH] Replace img tag with taghelper --- templates/default/index.html.ep | 16 ++++++++-------- templates/default/join.html.ep | 12 ++++++------ templates/default/public_toolbar.html.ep | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/templates/default/index.html.ep b/templates/default/index.html.ep index f183cca..0a30fa6 100644 --- a/templates/default/index.html.ep +++ b/templates/default/index.html.ep @@ -72,7 +72,7 @@
- + %= image '/img/universal.png', alt => $self->l('WORKS_EVERYWHERE'), class => "img-responsive carouselLogo"

<%=l 'MODERN_BROWSERS' %>

@@ -94,7 +94,7 @@
- + %= image '/img/multi.png', alt => $self->l('MULTI_USER'), class => "img-responsive carouselLogo"

<%=l 'THE_LIMIT_IS_YOUR_PIPE' %>

@@ -105,7 +105,7 @@
- + %= image '/img/signin.png', alt => $self->l('NO_SIGNIN'), class => "img-responsive carouselLogo"

<%=l 'YOU_DONT_HAVE_TO_REGISTER' %>

@@ -116,7 +116,7 @@
- + %= image '/img/clock.png', alt => $self->l('QUICK'), class => "img-responsive carouselLogo"

<%=l 'STOP_WASTING_TIME' %>

@@ -127,7 +127,7 @@
- + %= image '/img/screen.png', alt => $self->l('SCREEN_SHARING'), class => "img-responsive carouselLogo"

<%=l 'SHARE_DESKTOP_OR_WINDOW' %>

@@ -138,7 +138,7 @@
- + %= image '/img/chat.png', alt => $self->l('TEXT_CHAT'), class => "img-responsive carouselLogo"

<%=l 'SECURED_TEXT_CHAT' %>

@@ -150,7 +150,7 @@
<% if ($etherpad eq 'true') { %>
- + %= image '/img/note.png', alt => $self->l('COLLABORATIVE_NOTETAKING'), class => "img-responsive carouselLogo"

<%=l 'TAKE_NOTE_IN_REALTIME' %>

diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index edcb057..8f53aa2 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -195,7 +195,7 @@