aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 14:34:48 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:44:50 -0700
commit6083c6fc725727ebb25c209931a38504f9269c5c (patch)
treee57bfcaeced17210015b42b7a1ac5d6a2239e1c1 /share
parent940f264ee6b75e013658d4ba7f6a6dd77ae014d3 (diff)
Incorporate attribute links for color themes in web_config
Diffstat (limited to 'share')
-rw-r--r--share/tools/web_config/partials/colors.html3
-rw-r--r--share/tools/web_config/partials/prompt.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/share/tools/web_config/partials/colors.html b/share/tools/web_config/partials/colors.html
index 9a3730cf..032ed310 100644
--- a/share/tools/web_config/partials/colors.html
+++ b/share/tools/web_config/partials/colors.html
@@ -124,7 +124,8 @@ fish cannot change the background color of your terminal. Refer to your terminal
<div class="color_scheme_choice_container" data-ng-repeat="colorScheme in colorSchemes" ng-click="changeSelectedColorScheme(colorScheme)">
<div class="color_scheme_choice_label">
<!-- This click/clickBubble nonsense is so that we can have a separate URL inside a parent with an onClick handler -->
- {{colorScheme.name}}<!--a data-bind="if: $data.url, click: function(){return true;}, clickBubble: false, attr: { href: $data.url}"><img class="external_link_img" src="external_link.png"></a-->
+ {{colorScheme.name}}
+ <a data-ng-show="colorScheme.url" style="text-decoration: none; color: inherit;" href="{{colorScheme.url}}">&#10138;</a>
</div>
<div class="colorpicker_text_sample_tight" data-ng-style="{'background-color': colorScheme.preferred_background}">
<span data-ng-style="{'color': colorScheme.command}">/bright/vixens</span>
diff --git a/share/tools/web_config/partials/prompt.html b/share/tools/web_config/partials/prompt.html
index fed16141..069a3d81 100644
--- a/share/tools/web_config/partials/prompt.html
+++ b/share/tools/web_config/partials/prompt.html
@@ -9,7 +9,7 @@
ng-click="setPrompt()">{{ savePromptButtonTitle }}</span>
</div>
</div>
-<div style="margin: 10px 0 7px 35px;">Select a prompt below:</div>
+<div style="margin: 10px 0 7px 35px;">Preview a prompt below:</div>
<div class="prompt_choices_scrollview">
<div class="prompt_choices_list">
<div ng-repeat="prompt in samplePrompts">