Skip to content

Commit

Permalink
correction coquille sur le mot analytique
Browse files Browse the repository at this point in the history
  • Loading branch information
comptasso committed Nov 27, 2015
1 parent 44afce5 commit 62660fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/compta/menus/_menu.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%ul.dropdown-menu
%li= link_to('Plan comptable', compta_period_accounts_path(@period))
%li= link_to('Balance', new_compta_period_balance_path(@period))
%li= link_to('Balance anlaytique', new_compta_period_analytical_balance_path(@period))
%li= link_to('Balance analytique', new_compta_period_analytical_balance_path(@period))
%li= link_to('Compte', new_compta_period_listing_path(@period))
%li= link_to("Grand Livre", new_compta_period_general_book_path(@period))
%li
Expand Down
5 changes: 2 additions & 3 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/jcl/rails_project/faiteslescomptes/FaitesLesComptes/spec/controllers/natures_controller_spec.rb</file>
<file>file:/home/jcl/rails_project/faiteslescomptes/FaitesLesComptes/app/controllers/natures_controller.rb</file>
<file>file:/home/jcl/rails_project/faiteslescomptes/FaitesLesComptes/app/models/utilities/plan_comptable_comite.rb</file>
<file>file:/home/jcl/rails_project/faiteslescomptes/FaitesLesComptes/app/helpers/compta/accounts_helper.rb</file>
<file>file:/home/jcl/rails_project/faiteslescomptes/FaitesLesComptes/app/helpers/admin/accounts_helper.rb</file>
</group>
</open-files>
</project-private>

0 comments on commit 62660fc

Please sign in to comment.