Mercurial > hg > soundsoftware-site
view .svn/pristine/65/65538df31e36234b3f7b2e1412df21f4d984c90c.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2> <div id="settings"> <% form_tag({:action => 'plugin'}) do %> <div class="box tabular"> <%= render :partial => @partial, :locals => {:settings => @settings}%> </div> <%= submit_tag l(:button_apply) %> <% end %> </div>