projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Whitespace fixes for notifier erb views
[rails.git]
/
app
/
views
/
notifier
/
_gpx_description.html.erb
diff --git
a/app/views/notifier/_gpx_description.html.erb
b/app/views/notifier/_gpx_description.html.erb
index 8d44336c9910715bbfd59f009b23cdd9a798e86f..d83f72d9091045bb6fbefa5fbc581d11738c77a6 100644
(file)
--- a/
app/views/notifier/_gpx_description.html.erb
+++ b/
app/views/notifier/_gpx_description.html.erb
@@
-1,12
+1,12
@@
-<%= t'notifier.gpx_notification.your_gpx_file' %>
+<%= t
'notifier.gpx_notification.your_gpx_file' %>
<strong><%= @trace_name %></strong>
<strong><%= @trace_name %></strong>
-<%= t'notifier.gpx_notification.with_description' %>
+<%= t
'notifier.gpx_notification.with_description' %>
<em><%= @trace_description %></em>
<% if @trace_tags.length>0 %>
<em><%= @trace_description %></em>
<% if @trace_tags.length>0 %>
- <%= t'notifier.gpx_notification.and_the_tags' %>
+ <%= t
'notifier.gpx_notification.and_the_tags' %>
<em><% @trace_tags.each do |tag| %>
<%= tag.tag.rstrip %>
<% end %></em>
<% else %>
<em><% @trace_tags.each do |tag| %>
<%= tag.tag.rstrip %>
<% end %></em>
<% else %>
- <%= t'notifier.gpx_notification.and_no_tags' %>
+ <%= t
'notifier.gpx_notification.and_no_tags' %>
<% end %>
<% end %>