diff options
| author | Luc Donnet | 2014-09-26 12:42:18 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2014-09-26 12:42:18 +0200 | 
| commit | 9e21c476a12e7b1b20a34a0d83ef5f17ee51538e (patch) | |
| tree | bb57e2fb72dd423f1db42e7e471ad3aca07ad697 /app/views/journey_patterns | |
| parent | 7e5bc4a916b53e3b33e96e3fd697b26c81cecb53 (diff) | |
| download | chouette-core-9e21c476a12e7b1b20a34a0d83ef5f17ee51538e.tar.bz2 | |
Fix api_keys index list design and some labels to destroy item
Diffstat (limited to 'app/views/journey_patterns')
| -rw-r--r-- | app/views/journey_patterns/_journey_pattern.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/journey_patterns/_journey_pattern.html.erb b/app/views/journey_patterns/_journey_pattern.html.erb index 52a1fd89f..1bc34b2e4 100644 --- a/app/views/journey_patterns/_journey_pattern.html.erb +++ b/app/views/journey_patterns/_journey_pattern.html.erb @@ -2,7 +2,7 @@    <div class="panel-heading">      <div class="panel-title clearfix">        <span class="pull-right">                 -        <%= link_to referential_line_route_journey_pattern_path(@referential, @line, @route, journey_pattern), :method => :delete, :data => {:confirm =>  t('companies.actions.destroy_confirm')}, :class => "btn btn-danger btn-sm" do %> +        <%= link_to referential_line_route_journey_pattern_path(@referential, @line, @route, journey_pattern), :method => :delete, :data => {:confirm =>  t('journey_patterns.actions.destroy_confirm')}, :class => "btn btn-danger btn-sm" do %>            <span class="fa fa-trash-o"></span>          <% end %>        </span> | 
