Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Underlined text to make it more apparent that it is clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
roma0104 committed Apr 29, 2015
1 parent e622b8c commit 1f89408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/gsd5/core/ui/view-template-addins/view-contact.tid
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tags: $:/tags/GSD5ActionCore $:/tags/GSD5ProjectCore
<$list filter=[is[current]field:gsd_contact[]]>
<$set name="gsd_type" value="contact">
<$set name="gsd_realm" value={{$:/currentRealm}}>
<$gsdtiddler class="tc-btn-invisible" setNow="true" skeleton="$:/plugins/gsd5/core/ui/skeletons/ContactSkeleton" edit={{$:/plugins/gsd5/core/ui/config/new-tiddler-show}}>&nbsp;new</$gsdtiddler>
&nbsp;<$gsdtiddler class="tc-btn-invisible" setNow="true" skeleton="$:/plugins/gsd5/core/ui/skeletons/ContactSkeleton" edit={{$:/plugins/gsd5/core/ui/config/new-tiddler-show}}><span style="text-decoration:underline">new</span></$gsdtiddler>
</$set>
</$set>
</$list>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gsd5/core/ui/view-template-addins/view-prereq.tid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: $:/tags/GSD5ActionCore $:/tags/GSD5ProjectCore $:/tags/GSD5ReferenceCore
<$set name="gsd_status" value=$status$>
<$set name="gsd_complete" value="false">
<$set name="gsd_realm" value={{$:/currentRealm}}>
<$gsdtiddler class="tc-btn-invisible" setNow="true" skeleton="$:/plugins/gsd5/core/ui/skeletons/ActionSkeleton" edit={{$:/plugins/gsd5/core/ui/config/new-tiddler-show}}>new</$gsdtiddler>
<$gsdtiddler class="tc-btn-invisible" setNow="true" skeleton="$:/plugins/gsd5/core/ui/skeletons/ActionSkeleton" edit={{$:/plugins/gsd5/core/ui/config/new-tiddler-show}}><span style="text-decoration:underline">new</span></$gsdtiddler>
</$set>
</$set>
</$set>
Expand Down

0 comments on commit 1f89408

Please sign in to comment.