Commit e066c0a55dd4c70c9f60b19c7efb9d74fe14f1e2
Exists in
master
and in
29 other branches
Merge branch 'ai2961' into 'stable'
Remove extra div close tag on location block http://noosfero.org/Development/ActionItem2961
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/blocks/location.html.erb
... | ... | @@ -3,7 +3,6 @@ |
3 | 3 | <div class='the-localization-map'> |
4 | 4 | <img src="https://maps.google.com/maps/api/staticmap?center=<%=profile.lat%>,<%=profile.lng%>&zoom=<%=block.zoom%>&size=190x250&maptype=<%=block.map_type%>&markers=<%=profile.lat%>,<%=profile.lng%>&sensor=false"/> |
5 | 5 | </div> |
6 | -</div> | |
7 | 6 | <% else %> |
8 | 7 | <i><%= _('This profile has no geographical position registered.') %></i> |
9 | 8 | <% end %> | ... | ... |