Skip to content

Commit

Permalink
fixed new bootstrap template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 28, 2012
1 parent de949ef commit 6782a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/main-layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="navbar navbar-fixed-top">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="brand" href="#"> GitHub Organization Viewer</a>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/user/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<strong class="label">Enter an organization name:</strong>

<div class="input-append">
<input type="text" class="search-query org <%= collection.status %>"
<input type="text" class="org <%= collection.status || "" %>"
name="org" value="<%= collection.org || "matchbox" %>"><button
class="btn">Search</button>
</div>
Expand Down

0 comments on commit 6782a65

Please sign in to comment.