]> git.openstreetmap.org Git - rails.git/commitdiff
Remove that ugly style="margin: 0"
authorHerve Saint-Amand <git@saintamh.org>
Fri, 13 Jan 2017 22:58:57 +0000 (22:58 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Fri, 13 Jan 2017 22:58:57 +0000 (22:58 +0000)
It's really only needed for rendering in Yahoo. Let's try to do without having to copy-paste that into every html template.

app/views/layouts/notifier.html.erb
app/views/notifier/changeset_comment_notification.html.erb
app/views/notifier/diary_comment_notification.html.erb
app/views/notifier/email_confirm.html.erb
app/views/notifier/friend_notification.html.erb
app/views/notifier/gpx_failure.html.erb
app/views/notifier/gpx_success.html.erb
app/views/notifier/lost_password.html.erb
app/views/notifier/message_notification.html.erb
app/views/notifier/note_comment_notification.html.erb
app/views/notifier/signup_confirm.html.erb

index 3b8ce6657b43ef6a806b7a52f5652d3f3783ee9d..8122125cbf14c349dab66e65bbda75f00fc34f5a 100644 (file)
@@ -24,7 +24,7 @@
               <td colspan="2">
                 <table style="background-color: #fff; color: #222; border: solid 1px #ccc; border-collapse: separate">
                   <tr>
-                    <td style="text-align: left; padding: 15px 15px 5px 15px">
+                    <td style="text-align: left; padding: 0px 15px 5px 15px">
                       <%= yield %>
                     </td>
                   </tr>
index 0d97b402a5e4f9403cde3c4bbf18d5d3dcfcff6c..d0b04de3f1eb8544475d6156986beaf380c5d212 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0">
+<p>
   <%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
 </p>
 
index e37f682a33287ea5bf837a4871a70f3837b4673b..4b7c6310528260de9924dd756035ae33ccedbe23 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0">
+<p>
   <%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>
 </p>
 <p>
index 2afbfcbf62595cc03554d245b6a6c0298c13df31..5d8f49d3dc6efad5f79109b417ea3db74794802c 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t 'notifier.email_confirm_html.greeting' %></p>
+<p><%= t 'notifier.email_confirm_html.greeting' %></p>
 
 <p><%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %></p>
 
index 91de4b732000ba31dd479007fd6dd2a704a78893..356aca0aae4cbbabf2ab0733df5b50f670433aa6 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %></p>
+<p><%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %></p>
 
 <%= render "notifier/user_message_table", :captured => capture { %>
   <p><%= raw t 'notifier.friend_notification.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %></p>
index cc43905b2ac62f42b617ef4649848a99dfbe8d95..dace1852264604c2a2a38e48b497c54a2b130d50 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+<p><%= t'notifier.gpx_notification.greeting' %></p>
 
 <p>
   <%= render :partial => "gpx_description" %>
index 8e240884560169671a2f9903e844db8ddaf9d370..d298bd70a0c9f3690be86482224a663590f75ad6 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+<p><%= t'notifier.gpx_notification.greeting' %></p>
 
 <p>
   <%= render :partial => "gpx_description" %>
index 520d1097a26e5c9b6223f1d737eb77819ab828e7..5f1012ac6dcd3ac0d2524a9ac2868fb774e94339 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
+<p><%= t 'notifier.lost_password_html.greeting' %></p>
 
 <p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
 
index 7a4ac66a5a79757ea751e7b4d5ffd6831ced091f..d3871f03092b0b019f5a6c6d0011708328a1542f 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0">
+<p>
   <%= t'notifier.message_notification.hi', :to_user => @to_user %>
 </p>
 <p>
index 88b8f9603d4a517509dafce7675fac6cc73271f6..7492985317db950619621a3fa94c9c1a6c83e29e 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t 'notifier.note_comment_notification.greeting' %></p>
+<p><%= t 'notifier.note_comment_notification.greeting' %></p>
 
 <% if @owner %>
   <p><%= raw t "notifier.note_comment_notification.#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %></p>
index 557fef8303cb16cb34b6c5af1562bd72efd0066f..41b2ceb4987b5878a5b98cd7cfd8664db6ca39d1 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin: 0"><%= t("notifier.signup_confirm.greeting") %></p>
+<p><%= t("notifier.signup_confirm.greeting") %></p>
 
 <p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>