Skip to content

Commit

Permalink
Replace the word submit on the lookup page with something more relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
johanoskarsson committed Jul 25, 2012
1 parent b655f8c commit f921c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zipkin-finatra/src/main/resources/templates/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>

<div class="sidebar-block filter-block-contents filter-submit">
<button class="btn primary" disabled>Submit</button>
<button class="btn primary" disabled>Find traces</button>
<a data-toggle="modal" href="#lookup-help-modal" class="btn"><i class="icon-info-sign"></i></a>
<a id="static-search-link" class="hide pull-right">link</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-web/app/views/traces/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>

<div class="sidebar-block filter-block-contents filter-submit">
<button class="btn primary" disabled>Submit</button>
<button class="btn primary" disabled>Find traces</button>
<a data-toggle="modal" href="#lookup-help-modal" class="btn"><i class="icon-info-sign"></i></a>
<a id="static-search-link" class="hide pull-right">link</a>
</div>
Expand Down

0 comments on commit f921c37

Please sign in to comment.