Added measurement index view
Changed locales names from heading_ to link_ where appropriate
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div class="contextual">
|
||||
<% if User.current.allowed_to?(:manage_common, @project) %>
|
||||
<%= link_to t(".heading_new_source"), '#', :class => 'icon icon-add',
|
||||
<%= link_to t(".link_new_source"), '#', :class => 'icon icon-add',
|
||||
:onclick => '$("#add-source").show(); $("#source_name").focus(); return false;' %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user