Commit 6e6cfdb27cdd517451a877b18cd98bf9e5bde60b
Committed by
Paulo Meireles
1 parent
b6e9f46e
Exists in
master
and in
29 other branches
[Mezuro] Merge error between the branchs mezuro e history_view fixed inside the controller
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb
... | ... | @@ -40,7 +40,6 @@ class MezuroPluginProfileController < ProfileController |
40 | 40 | source_tree = project_result.node_of(params[:module_name]) |
41 | 41 | render :partial =>'content_viewer/source_tree', :locals => { :source_tree => source_tree, :project_name => content.project.name} |
42 | 42 | end |
43 | - | |
44 | 43 | def choose_base_tool |
45 | 44 | @configuration_name = params[:configuration_name] |
46 | 45 | @tool_names = Kalibro::Client::BaseToolClient.new | ... | ... |