Add relevance field for track requests
The requester can now provide more info about the track and himself
This commit is contained in:
parent
3d250ecf75
commit
2ff4c6d6b2
10 changed files with 40 additions and 5 deletions
|
|
@ -92,6 +92,12 @@
|
|||
%b Description
|
||||
%td
|
||||
= markdown(@track.description)
|
||||
- if @track.self_organized?
|
||||
%tr
|
||||
%td
|
||||
%b Relevance
|
||||
%td
|
||||
= markdown(@track.relevance)
|
||||
|
||||
.tab-pane#events
|
||||
.col-md-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue