Mercurial > hg > soundsoftware-site
annotate .svn/pristine/cc/cc116c68789b7e01bd1de7433bc9b662e6a41e18.svn-base @ 1581:ae8043b014c7 dockerise
Updates, fixes, and tidying to scripted deployment stuff
author | Chris Cannam |
---|---|
date | Tue, 15 Aug 2017 13:33:56 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1464 | 1 <%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %> |
Chris@1464 | 2 |
Chris@1464 | 3 <div id="settings"> |
Chris@1464 | 4 <%= form_tag({:action => 'plugin'}) do %> |
Chris@1464 | 5 <div class="box tabular settings"> |
Chris@1464 | 6 <%= render :partial => @partial, :locals => {:settings => @settings}%> |
Chris@1464 | 7 </div> |
Chris@1464 | 8 <%= submit_tag l(:button_apply) %> |
Chris@1464 | 9 <% end %> |
Chris@1464 | 10 </div> |