Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
Add new
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Mar 24, 2016
1 parent 6eb49bd commit 518a753
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/admin/staff_members/new.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- @title = '職員の新規登録'
%h1=@title

.generic-form
- form_for [ :admin, @staff_member ] do |f|
- render 'form', f: f
%div.buttons
= f.submit '登録'
= link_to 'キャンセル', :admin_staff_member

0 comments on commit 518a753

Please sign in to comment.