Sha256: c566e4de94f6bd136623f67398e862d676a2a4d3abdef7d7b351177e5f34fb0d
Contents?: true
Size: 455 Bytes
Versions: 5
Compression:
Stored size: 455 Bytes
Contents
- title t("users.mass_new.title") - page "admin_page" - form_tag mass_create_<%= user_plural_name %>_path, :method => :post do %p = label_tag "text_area", t("users.mass_new.label") %br = t("users.mass_new.help") = text_area_tag "text_area", nil, :rows => 10, :class => "span-17" %p %button.button.positive{:type => "submit"} = t("label.create") = link_to t("label.back"), <%= user_plural_name %>_path, :class => "button"
Version data entries
5 entries across 5 versions & 1 rubygems