Skip to content

Commit

Permalink
add github link hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Oct 19, 2018
1 parent 4ee9e85 commit ef333d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/ProjectCreateUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
</v-flex>
<v-flex xs12 md6>
<v-text-field prepend-icon="fa-github" name="GithubLink" label="Github Link"
:rules="[rules.url]" v-model="project.github_link"/>
:rules="[rules.url]" v-model="project.github_link"
:hint="'Add a dummy link if the project doesn\'t have a GitHub repo now.'"/>
</v-flex>
<v-flex xs12 md6 pl-1>
<v-combobox hint="Press enter after each technology" v-model="project.technologies"
Expand Down

0 comments on commit ef333d6

Please sign in to comment.