Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
デザインを多少変更git add -Aこのほうがいいかと思いました
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotarogoto committed Oct 26, 2013
1 parent 1ca1a21 commit a0d86fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/template/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Nonbe</a>
<a class="brand" href="/">Nonbe-旅行先からお近くの酒蔵を探します</a>
</div>
</div>
</div>
<!-- ここからメインコンテンツ -->
<div class="container">
<div class="row">
<div class="span6 offset3">
<h2>旅行先の住所を入力してね〜</h2>
<form action="{{ urlFor('geoset') }}" id="data" class="form-horizontal well">
<div class="control-group">
<label class="control-label" for="address">所在地</label>
<label class="control-label" for="address">旅行先はどちら??</label>
<div class="controls">
<input id="address" name="address" type="text" class="span3" />
<input id="prefecture" name="prefecture" type="hidden">
Expand Down

0 comments on commit a0d86fd

Please sign in to comment.