Browse Source

Add link to open board in My Cards boards

helioguardabaxo 4 years ago
parent
commit
99bdee5b12
2 changed files with 4 additions and 0 deletions
  1. 1 0
      client/components/main/myCards.jade
  2. 3 0
      client/components/main/myCards.styl

+ 1 - 0
client/components/main/myCards.jade

@@ -30,6 +30,7 @@ template(name="myCards")
           each board in myCardsList
             .my-cards-board-wrapper
               .my-cards-board-title
+                a.fa.fa-window-maximize.my-cards-board-link(href=board.absoluteUrl) 
                 +viewer
                   = board.title
               each swimlane in board.mySwimlanes

+ 3 - 0
client/components/main/myCards.styl

@@ -16,6 +16,9 @@
   background-color: grey
   color: white
 
+.my-cards-board-link
+  float: right
+
 .my-cards-swimlane-title
   font-size: 1.1rem
   font-weight: bold