forked from ChainCloud/MML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
195 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
components.pull-right-menu=-> ul class:'pull-right h-menu', | ||
li class:'dropdown hm-profile', | ||
a "data-toggle":'dropdown' class:'jazz-logo' name:web3?eth?defaultAccount, href:'', | ||
img alt:'' | ||
ul class:'dropdown-menu pull-right dm-icon', | ||
li a href:"https://etherscan.io/address/#{web3?eth?defaultAccount}" target:\_blank, | ||
i class:'zmdi zmdi-account' | ||
"Your address: #{web3?eth?defaultAccount}" | ||
li a href:"https://etherscan.io/address/#{web3?eth?defaultAccount}" target:\_blank, | ||
i class:'zmdi zmdi-file-text' | ||
"Thetta address: #{web3?eth?defaultAccount}" | ||
components.pull-right-menu=-> li class:'jazz-logo-li', a class:'jazz-logo' name:web3?eth?defaultAccount, href:'' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,74 @@ | ||
T \bounties -> msg 'Bounties' 'So tasty, so exciting, wow' | ||
T \bounties -> section id:'content', d \.container d \.card, | ||
div class:'action-header palette-Green-400 bg clearfix', | ||
div class:'ah-label hidden-xs palette-White text', "Bounties" | ||
div class:'ah-search', | ||
input type:'text' placeholder:'Start typing...' class:'ahs-input' | ||
i class:'ah-search-close zmdi zmdi-long-arrow-left' "data-ma-action":'ah-search-close' | ||
ul class:'ah-actions actions a-alt', | ||
li a href:'' class:'ah-search-trigger' "data-ma-action":'ah-search-open', | ||
i class:'zmdi zmdi-search' | ||
li a href:'', | ||
i class:'zmdi zmdi-time' | ||
li class:'dropdown', | ||
a href:'' "data-toggle":'dropdown' "aria-expanded":'true', | ||
i class:'zmdi zmdi-sort' | ||
ul class:'dropdown-menu dropdown-menu-right', | ||
li a href:'', "Last Modified" | ||
li a href:'', "Last Edited" | ||
li a href:'', "Name" | ||
li a href:'', "Date" | ||
li a href:'', | ||
i class:'zmdi zmdi-info' | ||
li class:'dropdown', | ||
a href:'' "data-toggle":'dropdown' "aria-expanded":'true', | ||
i class:'zmdi zmdi-more-vert' | ||
ul class:'dropdown-menu dropdown-menu-right', | ||
li a href:'', "Refresh" | ||
li a href:'', "Listview Settings" | ||
# li a href:'' class:'jazz-logo' name:web3?eth?defaultAccount | ||
|
||
|
||
div class:'list-group lg-alt lg-even-black', | ||
replicate 7 item! | ||
|
||
ul class:'pagination lg-pagination', | ||
li a href:'' "aria-label":'Previous', | ||
i class:'zmdi zmdi-chevron-left' | ||
li class:'active', a href:'', "1" | ||
li a href:'', "2" | ||
li a href:'', "3" | ||
li a href:'', "4" | ||
li a href:'', "5" | ||
li a href:'' "aria-label":'Next', | ||
i class:'zmdi zmdi-chevron-right' | ||
|
||
@item=-> div class:'list-group-item media', | ||
div class:'pull-right', | ||
ul class:'actions', | ||
li class:'dropdown', | ||
a href:'' "data-toggle":'dropdown' "aria-expanded":'false', | ||
i class:'zmdi zmdi-more-vert' | ||
ul class:'dropdown-menu dropdown-menu-right', | ||
li a href:'', "Check bounty contract address on etherscan" | ||
li a href:'', "Check creator address on etherscan" | ||
li a href:'', "Claim as complited" | ||
|
||
|
||
div class:'pull-left', | ||
div class:\bounty-logo name:\123 | ||
div class:'media-body', | ||
div class:'lgi-heading', | ||
b "Thetta project: " | ||
"Profile page. As a User I want to be able to go to the Profile page by clicking on the avatar on the top right." | ||
|
||
ul class:'lgi-attrs', | ||
li "Created: 2017-10-10 13:54" | ||
li "Status: prepaid" | ||
li "Bounty: 2.5 ETH" | ||
li "Days left: 17" | ||
|
||
|
||
Template.bounties.rendered=-> | ||
for it in $ \.bounty-logo | ||
$(it).html jazzicon 38, \0x + drop 15 md5 $(it).attr \name | ||
# map (-> $(it).html jazzicon(38, $(it).attr \name) ), $ \.bounty-logo |