re-add guard, rename "profile" menu item to "accounts" and add the github badge to the accounts sidebar

This commit is contained in:
Sven Fuchs 2012-10-17 03:21:28 +02:00
parent 1446fe7aa7
commit 03595db5fa
8 changed files with 1622 additions and 1612 deletions

View File

@ -20,4 +20,6 @@ group :development do
gem 'debugger' gem 'debugger'
gem 'foreman' gem 'foreman'
gem 'rerun' gem 'rerun'
gem 'guard'
gem 'rb-fsevent', '~> 0.9.1'
end end

View File

@ -40,6 +40,9 @@ GEM
foreman (0.60.2) foreman (0.60.2)
thor (>= 0.13.6) thor (>= 0.13.6)
fssm (0.2.9) fssm (0.2.9)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
kgio (2.7.4) kgio (2.7.4)
listen (0.5.3) listen (0.5.3)
multi_json (1.3.6) multi_json (1.3.6)
@ -50,10 +53,11 @@ GEM
rack rack
raindrops (0.10.0) raindrops (0.10.0)
rake (0.9.2.2) rake (0.9.2.2)
rb-fsevent (0.9.2)
rerun (0.7.1) rerun (0.7.1)
listen listen
sass (3.2.1) sass (3.2.1)
thor (0.14.6) thor (0.16.0)
tilt (1.3.3) tilt (1.3.3)
uglifier (1.3.0) uglifier (1.3.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
@ -71,11 +75,13 @@ DEPENDENCIES
compass compass
debugger debugger
foreman foreman
guard
rack-cache rack-cache
rack-ssl (~> 1.3) rack-ssl (~> 1.3)
rake (~> 0.9.2) rake (~> 0.9.2)
rake-pipeline! rake-pipeline!
rake-pipeline-web-filters! rake-pipeline-web-filters!
rb-fsevent (~> 0.9.1)
rerun rerun
tilt tilt
uglifier uglifier

View File

@ -13,9 +13,11 @@
</div> </div>
<div id="right"> <div id="right">
<a id="github" href="https://github.com/travis-ci" title="Fork me on GitHub"> <div id="github-wrapper">
{{t layouts.application.fork_me}} <a id="github" href="https://github.com/travis-ci" title="Fork me on GitHub">
</a> {{t layouts.application.fork_me}}
</a>
</div>
<div id="slider" {{action toggle target="Travis.app.slider"}}> <div id="slider" {{action toggle target="Travis.app.slider"}}>
<div class='icon'></div>&nbsp; <div class='icon'></div>&nbsp;

View File

@ -23,7 +23,7 @@
</p> </p>
<ul> <ul>
<li> <li>
<a {{action showProfile href=true}}>{{t layouts.top.profile}}</a> <a {{action showProfile href=true}}>Accounts</a>
</li> </li>
<li> <li>
<a href="/" {{action signOut target="Travis.app"}}>{{t layouts.top.sign_out}}</a> <a href="/" {{action signOut target="Travis.app"}}>{{t layouts.top.sign_out}}</a>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
d5d950e0 6d938637