openstreetmap-website/app/views/browse/new_note.html.erb

18 lines
703 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="alert alert-info"><%= t("javascripts.notes.new.intro") %></p>
<form action="#" class="standard-form">
<input type="hidden" name="lon">
<input type="hidden" name="lat">
<textarea class="comment" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
<div class="buttons clearfix">
<input type="submit" name="add" value="<%= t("javascripts.notes.new.add") %>" disabled="1">
</div>
</form>
</div>