diff options
| author | Marc Florisson | 2012-06-29 10:37:56 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-06-29 10:37:56 +0200 |
| commit | b4a1a0726bd854fc15d5046f4db270e4f1d3fe28 (patch) | |
| tree | 880bea4db8644c92d846426648f9fc6e52acb079 | |
| parent | 80bc3154ce5314653e4f3a19dcb8d3da056ce159 (diff) | |
| download | chouette-core-b4a1a0726bd854fc15d5046f4db270e4f1d3fe28.tar.bz2 | |
fix Refs #76
| -rw-r--r-- | app/assets/stylesheets/vehicle_journeys.css.scss | 2 | ||||
| -rw-r--r-- | app/views/vehicle_journeys/_time_table.html.erb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/vehicle_journeys.css.scss b/app/assets/stylesheets/vehicle_journeys.css.scss index 1a6917306..08db4cf25 100644 --- a/app/assets/stylesheets/vehicle_journeys.css.scss +++ b/app/assets/stylesheets/vehicle_journeys.css.scss @@ -114,7 +114,7 @@ @include div_for_object; /* to create multi-column index */ width: 350px; - height: 100px; + height: 40px; float: left; padding-right: 10px; diff --git a/app/views/vehicle_journeys/_time_table.html.erb b/app/views/vehicle_journeys/_time_table.html.erb index fccee5ff8..5879b7f69 100644 --- a/app/views/vehicle_journeys/_time_table.html.erb +++ b/app/views/vehicle_journeys/_time_table.html.erb @@ -10,9 +10,11 @@ <% end %> <% end %> - <%= bounding_info(time_table) %> + <!-- <div class="actions"> <%= link_to t("actions.edit"), edit_referential_time_table_path(@referential, time_table), :class => "edit" %> </div> + --> </div> <% end %> |
