openstreetmap-website/app/views/browse/new_note.html.erb
John Firebaugh 170b8fd4c6 Style tweaks
2013-11-12 12:17:40 -08:00

18 lines
599 B
Text

<% set_title(t "browse.note.new_note") %>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
<%= t "browse.note.new_note" %>
</h2>
<div class="note browse-section">
<p class="warning"><%= t('javascripts.notes.new.intro') %></p>
<form action="#">
<input type="hidden" name="lon">
<input type="hidden" name="lat">
<textarea class="comment" name="text" cols="40" rows="10"></textarea>
<div class="buttons clearfix">
<input type="submit" name="add" value="<%= t('javascripts.notes.new.add') %>" disabled="1">
</div>
</form>
</div>