Updating project features texts
parent
a810726516
commit
4b52dd32e3
|
@ -22,7 +22,7 @@ block content
|
|||
div.desc
|
||||
p
|
||||
span Backlog
|
||||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis quam augue, quis bibendum lectus porta eget. Nunc dictum imperdiet venenatis. Curabitur vitae augue ut est rhoncus pellentesque. Nunc sed ultricies est, tincidunt euismod nunc. Nunc nec posuere metus.
|
||||
| Manage your user stories to maintain an organized view of upcoming and prioritized work.
|
||||
div.activate
|
||||
input.activate-input(type="checkbox", id="functionality-backlog",
|
||||
ng-model="project.is_backlog_activated")
|
||||
|
@ -36,7 +36,7 @@ block content
|
|||
div.desc
|
||||
p
|
||||
span Kanban
|
||||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis quam augue, quis bibendum lectus porta eget. Nunc dictum imperdiet venenatis. Curabitur vitae augue ut est rhoncus pellentesque. Nunc sed ultricies est, tincidunt euismod nunc. Nunc nec posuere metus.
|
||||
| Organize your project in a lean way with this board.
|
||||
div.activate
|
||||
input.activate-input(type="checkbox", id="functionality-kanban",
|
||||
ng-model="project.is_kanban_activated")
|
||||
|
@ -50,7 +50,7 @@ block content
|
|||
div.desc
|
||||
p
|
||||
span Issues
|
||||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis quam augue, quis bibendum lectus porta eget. Nunc dictum imperdiet venenatis. Curabitur vitae augue ut est rhoncus pellentesque. Nunc sed ultricies est, tincidunt euismod nunc. Nunc nec posuere metus.
|
||||
| Track the bugs, questions and enhancements related to your project. Don't miss anything!
|
||||
div.activate
|
||||
input.activate-input(type="checkbox", id="functionality-issues",
|
||||
ng-model="project.is_issues_activated")
|
||||
|
@ -64,7 +64,7 @@ block content
|
|||
div.desc
|
||||
p
|
||||
span Wiki
|
||||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis quam augue, quis bibendum lectus porta eget. Nunc dictum imperdiet venenatis. Curabitur vitae augue ut est rhoncus pellentesque. Nunc sed ultricies est, tincidunt euismod nunc. Nunc nec posuere metus.
|
||||
| Add, modify, or delete content in collaboration with others. This is the right place for your project documentation.
|
||||
div.activate
|
||||
input.activate-input(type="checkbox", id="functionality-wiki",
|
||||
ng-model="project.is_wiki_activated")
|
||||
|
@ -78,7 +78,7 @@ block content
|
|||
div.desc
|
||||
p
|
||||
span Video
|
||||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis quam augue, quis bibendum lectus porta eget. Nunc dictum imperdiet venenatis. Curabitur vitae augue ut est rhoncus pellentesque. Nunc sed ultricies est, tincidunt euismod nunc. Nunc nec posuere metus.
|
||||
| Choose your videoconference system. Even developers need face to face contact.
|
||||
div.activate
|
||||
input.activate-input(type="checkbox", id="functionality-video",
|
||||
ng-model="isVideoconferenceActivated")
|
||||
|
|
Loading…
Reference in New Issue