In general, we always use relative URLs (using `_path`), but sometimes we were accidentally using absolute URLs (using `_url`). It's been reported i might cause some isuses if accepting both HTTP and HTTPS connections, although we've never seen the case. In any case, this change makes the code more consistent and makes the generated HTML cleaner.
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
<div class="proposal-form">
|
|
|
|
<div class="clear float-right">
|
|
<%= render "/shared/print" %>
|
|
</div>
|
|
|
|
<div class="small-12 medium-9 column end">
|
|
<h2><%= t("management.proposals.create_proposal") %></h2>
|
|
<%= render "proposals/form", form_url: management_proposals_path %>
|
|
</div>
|
|
|
|
</div>
|