File tree Expand file tree Collapse file tree
app/dashboard/templates/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 324324 </ template >
325325 < manage-mentors :org_name ="userOrg.org_name " :hackathon_id ="hackathonObj.id " inline-template >
326326 < div class ="offset-3 col-6 ">
327- < div class ="from-group mb-3 mt-4 ">
328- < label class ="font-weight-semibold " for ="org-mentors "> Bounty Mentors (Optional) < small > Add Gitcoin/Github Usernames</ small > </ label >
329- < div class ="form__select2 g-multiselect ">
330- < select id ="org-mentors " class ="mentor-users " multiple ="multiple " aria-describedby ="profilesHelp ">
331- {% for profile in default_mentors %}
332- < option selected ="selected " value ="{{ profile.id }} "> {{ profile }}</ option >
333- {% endfor %}
334- </ select >
335- </ div >
336- </ div >
337- < div class ="form-group mb-3 mt-4 ">
338- < b-button @click ="updateBountyMentors(); "> Update Mentors</ b-button >
327+ < p > Set default mentors for bounties below. Mentors will be added to hackathon chat channels that you sponsor.</ p >
328+ < div class ="from-group mb-3 mt-4 ">
329+ < label class ="font-weight-semibold " for ="org-mentors "> Bounty Mentors (Optional) < small > Add Gitcoin/Github Usernames</ small > </ label >
330+ < div class ="form__select2 g-multiselect ">
331+ < select id ="org-mentors " class ="mentor-users " multiple ="multiple " aria-describedby ="profilesHelp ">
332+ {% for profile in default_mentors %}
333+ < option selected ="selected " value ="{{ profile.id }} "> {{ profile }}</ option >
334+ {% endfor %}
335+ </ select >
339336 </ div >
337+ </ div >
338+ < div class ="form-group mb-3 mt-4 ">
339+ < b-button class ="btn btn-gc-blue "@click ="updateBountyMentors(); "> Update Mentors</ b-button >
340+ </ div >
340341 </ div >
341342 </ manage-mentors >
342343 </ b-tab >
You can’t perform that action at this time.
0 commit comments