Mercurial > hg > soundsoftware-site
view app/views/groups/new.html.erb @ 503:5d608412b003 feature_212
Pull out font name specifications from stylesheets and serve differently to different platforms (falling back to our usual web fonts). Fixes #212
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 14 Jul 2011 10:14:03 +0100 |
parents | 513646585e45 |
children | cbb26bc654de |
line wrap: on
line source
<h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> <% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <p><%= f.submit l(:button_create) %></p> <% end %>