<form class="marginbottom10" method="get" action="<%= ApplicationController.root_context %>/profiles/changelog">
<input name="key" type="hidden" value="<%= @profile.key() %>"/>
<%= message('quality_profiles.changelog_from') -%>
- <input name="since" type="text" value="<%= params['since'] %>"/>
+ <input name="since" type="text" value="<%= params['since'] %>" placeholder="1970-01-31"/>
<%= message('to').downcase -%>
- <input name="to" type="text" value="<%= params['to'] %>"/>
+ <input name="to" type="text" value="<%= params['to'] %>" placeholder="1970-01-31"/>
<input type="submit" value="<%= h message('load_verb') -%>" id="submit"/>
</form>