mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add IRC nick to the Person page
This commit is contained in:
parent
93b7d17e23
commit
4b0887e0f3
3 changed files with 10 additions and 8 deletions
|
|
@ -4,6 +4,7 @@
|
|||
= f.inputs :name => "Profile" do
|
||||
= f.fields_for :person do |p|
|
||||
= p.inputs :first_name, :last_name, :public_name
|
||||
= p.input :irc_nickname, :label => "IRC nick:"
|
||||
= p.input :company, :label => "Affiliation", :hint => "This could be a company, a user group, or nothing at all."
|
||||
= image_tag current_user.person.avatar(:small)
|
||||
= p.input :avatar, :label => "Picture", :hint => "Upload a new picture."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue