dgiormov / ista.agenda.builder.web

Apache License 2.0
2 stars 2 forks source link

Add Session button in session details title #17

Closed panev closed 10 years ago

panev commented 10 years ago

I've added an "Add Session" button to the session details tittle:

image

It needs to behave like the one in the list group in the agenda view. When it's clicked, the session needs to be added to "My Agenda" and the not-added class needs to be swapped with session-added. Also, in the icon element fa-plus needs to be swapped with fa-check.

panev commented 10 years ago

Implemented and working. Thanks.