Skip to content

Commit

Permalink
Added link to patterns page
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jun 12, 2013
1 parent 7f01c31 commit 91358c7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -15,3 +15,5 @@ patch.diff

# Compiled Handlebars templates
stylebot/js/templates.js

Gemfile.lock
5 changes: 3 additions & 2 deletions stylebot/css/options.css
Expand Up @@ -242,8 +242,9 @@ li.option:first-of-type {

#stylebot-modal .modal-header input {
text-align: left;
padding: 2px;
width: 95%;
padding: 3px 5px;
width: 100%;
float: left;
}

#stylebot-modal .modal-footer {
Expand Down
2 changes: 1 addition & 1 deletion stylebot/js/templates/compiled/style-modal.js
Expand Up @@ -21,7 +21,7 @@ function program2(depth0,data) {
function program4(depth0,data) {

var buffer = "", stack1, foundHelper;
buffer += "\n URL: <input type='text' value=\"";
buffer += "\n <div>URL (see <a target=\"_blank\" href=\"http://stylebot.me/patterns\">patterns</a>):</div>\n <input type='text' value=\"";
foundHelper = helpers.url;
if (foundHelper) { stack1 = foundHelper.call(depth0, {hash:{}}); }
else { stack1 = depth0.url; stack1 = typeof stack1 === functionType ? stack1() : stack1; }
Expand Down
3 changes: 2 additions & 1 deletion stylebot/js/templates/style-modal.handlebars
Expand Up @@ -4,7 +4,8 @@
{{#if global}}
Edit the Global Stylesheet:
{{else}}
URL: <input type='text' value="{{url}}"></input>
<div>URL (see <a target="_blank" href="http://stylebot.me/patterns">patterns</a>):</div>
<input type='text' value="{{url}}"></input>
{{/if}}
{{else}}
{{#if export}}
Expand Down
4 changes: 2 additions & 2 deletions stylebot/options.html
Expand Up @@ -42,9 +42,9 @@ <h1>Stylebot Options</h1>
<div id="footer">
If you like Stylebot, please <a target='_blank' href="http://pledgie.com/campaigns/14409">donate</a><br>
Share your styles on <a target='_blank' href="http://stylebot.me">Stylebot Social</a><br>
<a target='_blank' href="http://stylebot.me/about">About</a> ·
<a target='_blank' href="http://github.com/ankit/stylebot/issues">Issues</a> ·
<a target='_blank' href="http://stylebot.me/changelog">Changelog</a> ·
<a target='_blank' href="http://twitter.com/stylebot">@stylebot</a>
<a target='_blank' href="http://stylebot.me/changelog">Changelog</a>
</div>
</div>
<div id="options">
Expand Down

0 comments on commit 91358c7

Please sign in to comment.